Files
clang-p2996/clang/test/CodeGen/weak-global.c
Lauro Ramos Venancio c58fc4052e A global without initializer must be emitted as weak.
Fix Olden/bh test.

llvm-svn: 47292
2008-02-19 00:04:15 +00:00

4 lines
50 B
C

// RUN: clang -emit-llvm < %s | grep weak
int i;