This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
ad5dd42817
llvm-project
/
llvm
/
test
/
FrontendC++
/
2009-07-16-Using.cpp
9 lines
98 B
C++
Raw
Normal View
History
Unescape
Escape
Add -o /dev/null to some tests which don't care about their output. llvm-svn: 102722
2010-05-01 01:42:30 +08:00
// RUN: %llvmgxx %s -S -o /dev/null
Add tests for fixes I committed earlier to the C++ FE. llvm-svn: 75924
2009-07-16 21:35:42 +08:00
namespace
A
{
typedef
int
B
;
}
struct
B
{
}
;
using
:
:
A
:
:
B
;