mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 00:37:09 +00:00
15 lines
134 B
TableGen
15 lines
134 B
TableGen
|
// Test that multiline, nested, comments work correctly.
|
||
|
//
|
||
|
// RUN: tblgen < %s
|
||
|
|
||
|
/* Foo
|
||
|
bar
|
||
|
/*
|
||
|
blah
|
||
|
*/
|
||
|
|
||
|
stuff
|
||
|
*/
|
||
|
|
||
|
def x;
|