1 // RUN: %clang_cc1 %s -emit-llvm -o - | grep llvm.global_ctors foo(void)2int __attribute__((constructor)) foo(void) { 3 return 0; 4 } bar(void)5void __attribute__((constructor)) bar(void) {} 6 7
1 // RUN: %clang_cc1 %s -emit-llvm -o - | grep llvm.global_ctors foo(void)2int __attribute__((constructor)) foo(void) { 3 return 0; 4 } bar(void)5void __attribute__((constructor)) bar(void) {} 6 7