mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-21 21:11:36 +00:00
New testcase
llvm-svn: 7560
This commit is contained in:
parent
05433f0237
commit
46e32d7e62
7
test/Regression/TableGen/2003-08-03-PassCode.td
Normal file
7
test/Regression/TableGen/2003-08-03-PassCode.td
Normal file
@ -0,0 +1,7 @@
|
||||
// RUN: tblgen %s
|
||||
|
||||
class test<code C> {
|
||||
code Code = C;
|
||||
}
|
||||
|
||||
def foo : test<[{ hello world! }]>;
|
Loading…
x
Reference in New Issue
Block a user