mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-21 09:25:07 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21339 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8287bbbb79
commit
ac9196093e
9
test/TableGen/TemplateArgRename.td
Normal file
9
test/TableGen/TemplateArgRename.td
Normal file
@ -0,0 +1,9 @@
|
||||
// tblgen %s
|
||||
|
||||
// Make sure there is no collision between XX and XX.
|
||||
|
||||
class Before<int XX>;
|
||||
class After : Before<4> {
|
||||
dag XX = (S);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user