This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-01 16:33:37 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
8d5e1d912b
llvm-mirror
/
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-04-30 19:42:30 +02: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 15:35:42 +02:00
namespace
A
{
typedef
int
B
;
}
struct
B
{
}
;
using
:
:
A
:
:
B
;
Reference in New Issue
Copy Permalink