mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
new testcase: tblgen should grok this.
llvm-svn: 23247
This commit is contained in:
parent
6f61810447
commit
8f067e5813
12
test/Regression/TableGen/nested-comment.td
Normal file
12
test/Regression/TableGen/nested-comment.td
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
// RUN: tblgen < %s
|
||||||
|
|
||||||
|
/* foo
|
||||||
|
|
||||||
|
/ foo
|
||||||
|
|
||||||
|
/*NoReg*/, baz
|
||||||
|
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
def X;
|
Loading…
x
Reference in New Issue
Block a user