Daniel Dunbar | 4fcfde4 | 2009-11-08 01:45:36 +0000 | [diff] [blame] | 1 | // 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 Dunbar | 069afd5 | 2009-03-26 16:37:00 +0000 | [diff] [blame] | 4 | // RUN: grep '@x = global' %t |
5 | |||||
6 | int x; |