2008-03-03-CtorAttrType.c   [plain text]


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