llvm-project/llvm/test/TableGen/CStyleComment.td

16 lines
152 B
TableGen

// Test that multiline, nested, comments work correctly.
//
// RUN: tblgen < %s
// XFAIL: vg_leak
/* Foo
bar
/*
blah
*/
stuff
*/
def x;