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
Remove wasteful caching. This isn't needed for correctness because any function
[llvm.git]
/
test
/
FrontendC
/
2003-03-03-DeferredType.c
blob
9e60df6f6a0a40847b1f38f23c0e9f48fd768c97
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
4
5
6
struct
foo A
;
7
8
struct
foo
{
9
int
x
;
10
double
D
;
11
};
12