This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-13 20:32:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
a6eeb6e226
llvm-6502
/
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102722 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-30 17:42:30 +00:00
// RUN: %llvmgxx %s -S -o /dev/null
Add tests for fixes I committed earlier to the C++ FE. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75924 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-16 13:35:42 +00:00
namespace
A
{
typedef
int
B
;
}
struct
B
{
}
;
using
:
:
A
:
:
B
;
Reference in New Issue
Copy Permalink