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