blob: 190873c745fe00cec3b736653051e6501a424e21 [file] [log] [blame]
Daniel Dunbar069afd52009-03-26 16:37:00 +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 &&
4// RUN: grep '@x = global' %t
5
6int x;