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