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
Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin!
[llvm.git]
/
test
/
FrontendC++
/
2003-10-21-InnerClass.cpp
blob
fadd51d22670a6000fc545b34bc48b989dcdc3eb
1
// RUN: %llvmgcc -xc++ -S -o - %s | grep {struct.X::Y}
2
struct
X
{
3
4
struct
Y
{
5
Y
();
6
};
7
8
};
9
10
X
::
Y
::
Y
() {
11
12
}