repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Shrink Thumb2 movcc instructions.
[llvm/avr.git]
/
test
/
FrontendC
/
2008-03-03-CtorAttrType.c
blob
dc0e47d811a4d2d3c940b4ddc7d8631c0dd1b350
1
// RUN: %llvmgcc %s -S -emit-llvm -o - | grep llvm.global_ctors
2
int
__attribute__
((
constructor
))
foo
(
void
) {
3
return
0
;
4
}
5
void
__attribute__
((
constructor
))
bar
(
void
) {}
6