resurrect lost tests by renaming them to not end with .tr

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51375 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Gabor Greif
2008-05-21 14:48:24 +00:00
parent 33e456d5f3
commit a3f334362f
25 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
// RUN: %llvmgcc -xc++ -S -o - %s | grep {struct.X::Y}
struct X {
struct Y {
Y();
};
};
X::Y::Y() {
}