Sign in
llvm
/
llvm-project
/
clang
/
b7640f83d6933c2811c10b633d876e8105c64c29
/
.
/
test
/
CodeGen
/
attribute_constructor.c
blob: c82c263dda198cefad46a24aed6360c49a3c73df [
file
]
// RUN: %clang_cc1 %s -emit-llvm -o - | grep llvm.global_ctors
void
foo
()
__attribute__
((
constructor
));
void
foo
()
{
bar
();
}