Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
0fb382bfbfbfee73763a213b2257042ed342c4b0
/
.
/
test
/
CodeGen
/
attribute_constructor.c
blob: c82c263dda198cefad46a24aed6360c49a3c73df [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -emit-llvm -o - | grep llvm.global_ctors
void
foo
()
__attribute__
((
constructor
));
void
foo
()
{
bar
();
}