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