repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Really use attribute.
[llvm-complete.git]
/
test
/
CFrontend
/
2006-01-13-Includes.c
blob
46e7867a28230a4ddc462167ecc1c8533cd85123
1
// RUN: %llvmgcc %s -g -S -o - | llvm-as | opt -std-compile-opts | \
2
// RUN: llvm-dis | grep {test/CFrontend}
3
// PR676
4
5
#include <stdio.h>
6
7
void
test
() {
8
printf
(
"Hello World
\n
"
);
9
}