Clang Project
clang_source_code
/
test
/
CodeGen
/
weak-global.c
1
// RUN: %clang_cc1 -emit-llvm < %s | grep common
2
3
int i;
4