repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clean up some of LVI:
[llvm.git]
/
test
/
FrontendC
/
2002-06-25-FWriteInterfaceFailure.c
blob
4380dc7b227955f8228ca1d1b73371b24eb0e919
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
#include <stdio.h>
4
5
void
test
() {
6
fprintf
(
stderr
,
"testing
\n
"
);
7
}