blob: b2f7c9b19fc031244851576d5c46ef69c28b0b3b [file] [log] [blame]
// RUN: %llvmgcc %s -c -o - | llvm-dis | grep llvm.global_ctors
void foo() __attribute__((constructor));
void foo() {
bar();
}