1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

fix this testcase

llvm-svn: 21340
This commit is contained in:
Chris Lattner 2005-04-19 02:52:04 +00:00
parent a0b4113f5d
commit da71ec860a

View File

@ -1,6 +1,7 @@
// tblgen %s
// Make sure there is no collision between XX and XX.
def S;
class Before<int XX>;
class After : Before<4> {