Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1d4a8fe156fc65124ea03dde46f9aed74b0a3451
/
.
/
llvm
/
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
();
}