index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
FrontendC
/
2006-03-17-KnRMismatch.c
blob: 19391122fcadb7ea8c30a4f0849f1ad1a3da092f (
plain
)
1
2
3
4
5
6
7
8
// RUN: %llvmgcc %s -S -o -
void
regnode
(
int
op
);
void
regnode
(
op
)
char
op
;
{
}