blob: 64e37d78f96462f02e37bbaf7cf6fda09e24a017 [file] [log] [blame]
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00001// RUN: clang -emit-llvm -S -o %t %s
2// RUN: grep '@x = common global' %t
3// RUN: clang -fno-common -emit-llvm -S -o %t %s
Daniel Dunbar069afd52009-03-26 16:37:00 +00004// RUN: grep '@x = global' %t
5
6int x;