Sign in
llvm
/
llvm-project
/
llvm
/
265bbb58e7ee276f47857d997e772da151f8d443
/
.
/
test
/
Regression
/
CFrontend
/
attribute_constructor.c
blob: b2f7c9b19fc031244851576d5c46ef69c28b0b3b [
file
] [
log
] [
blame
]
// RUN: %llvmgcc %s -c -o - | llvm-dis | grep llvm.global_ctors
void
foo
()
__attribute__
((
constructor
));
void
foo
()
{
bar
();
}