hanchenye-llvm-project/llvm/test/CFrontend/attribute_constructor.c

7 lines
130 B
C

// RUN: %llvmgcc %s -c -o - | llvm-dis | grep llvm.global_ctors
void foo() __attribute__((constructor));
void foo() {
bar();
}