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
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
LLVMC
/
C
/
sink.c
blob
bdff340da903eb3de81cc1a86763b60b2714c454
1
/*
2
* Check that the 'sink' options work.
3
* RUN: llvmc -v -Wall %s -o %t |& grep "Wall"
4
* RUN: %abs_tmp | grep hello
5
*/
6
7
#include <stdio.h>
8
9
int
main
() {
10
printf
(
"hello
\n
"
);
11
return
0
;
12
}