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
/
test_data
/
together.c
blob
1b9b5f67fba93cf2ba55f3cc291a750431e69c3b
1
/*
2
* RUN: ignore
3
*/
4
5
#include <stdio.h>
6
7
void
test
() {
8
printf
(
"hello
\n
"
);
9
}