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