Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin!
[llvm.git] / test / FrontendC++ / 2003-10-21-InnerClass.cpp
blobfadd51d22670a6000fc545b34bc48b989dcdc3eb
1 // RUN: %llvmgcc -xc++ -S -o - %s | grep {struct.X::Y}
2 struct X {
4 struct Y {
5 Y();
6 };
8 };
10 X::Y::Y() {