llvm-6502/test/TableGen/CStyleComment.td
2011-10-06 13:39:59 +00:00

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;