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
When removing a function from the function set and adding it to deferred, we
[llvm.git]
/
test
/
FrontendC
/
2007-05-16-EmptyStruct.c
blob
7b2ab61bccaf6fe24cb092caf27b9a5c9fe54619
1
// PR 1417
2
3
// RUN: %llvmgcc -xc %s -S -o - | grep "struct.anon = type \{\}"
4
5
struct
{ } *
X
;