When removing a function from the function set and adding it to deferred, we
[llvm.git] / test / FrontendC / attribute_constructor.c
blobda17a37e2606afdefb9f67340a31ac88a25b923c
1 // RUN: %llvmgcc %s -S -o - | grep llvm.global_ctors
3 void foo() __attribute__((constructor));
4 void foo() {
5 bar();