16 lines
157 B
TableGen
16 lines
157 B
TableGen
|
// Test that multiline, nested, comments work correctly.
|
||
|
//
|
||
|
// RUN: llvm-tblgen < %s
|
||
|
// XFAIL: vg_leak
|
||
|
|
||
|
/* Foo
|
||
|
bar
|
||
|
/*
|
||
|
blah
|
||
|
*/
|
||
|
|
||
|
stuff
|
||
|
*/
|
||
|
|
||
|
def x;
|