diff options
Diffstat (limited to 'test/FrontendC++/2009-07-16-Using.cpp')
-rw-r--r-- | test/FrontendC++/2009-07-16-Using.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/FrontendC++/2009-07-16-Using.cpp b/test/FrontendC++/2009-07-16-Using.cpp deleted file mode 100644 index c0e0314..0000000 --- a/test/FrontendC++/2009-07-16-Using.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// RUN: %llvmgxx %s -S -o /dev/null - -namespace A { - typedef int B; -} -struct B { -}; -using ::A::B; |