repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
FrontendC
/
2006-01-13-Includes.c
blob
7fa0b3b5a6dc138fc91eedfa123de7d7b1ea6289
1
// RUN: %llvmgcc %s -g -S -o - | grep {test/FrontendC}
2
// PR676
3
4
#include <stdio.h>
5
6
void
test
() {
7
printf
(
"Hello World
\n
"
);
8
}