repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
When removing a function from the function set and adding it to deferred, we
[llvm.git]
/
test
/
FrontendC
/
attribute_constructor.c
blob
da17a37e2606afdefb9f67340a31ac88a25b923c
1
// RUN: %llvmgcc %s -S -o - | grep llvm.global_ctors
2
3
void
foo
()
__attribute__
((
constructor
));
4
void
foo
() {
5
bar
();
6
}