mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01: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;
|