Add and use DominatorTreeBase::findNearestCommonDominator().
[llvm-complete.git] / test / C++Frontend / 2003-10-21-InnerClass.cpp.tr
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() {