Sign in
llvm
/
llvm-project
/
1c229c0472edfd59ce61ba063a93517df609ceb4
/
.
/
llvm
/
test
/
FrontendC
/
attribute_constructor.c
blob: da17a37e2606afdefb9f67340a31ac88a25b923c [
file
]
// RUN: %llvmgcc %s -S -o - | grep llvm.global_ctors
void
foo
()
__attribute__
((
constructor
));
void
foo
()
{
bar
();
}