2009-12-16 06:01:24 +08:00
|
|
|
// RUN: %clang -emit-llvm -S -o %t %s
|
2009-11-08 09:45:36 +08:00
|
|
|
// RUN: grep '@x = common global' %t
|
2009-12-16 06:01:24 +08:00
|
|
|
// RUN: %clang -fno-common -emit-llvm -S -o %t %s
|
2009-03-27 00:37:00 +08:00
|
|
|
// RUN: grep '@x = global' %t
|
|
|
|
|
|
|
|
int x;
|