llvm-6502/test/TableGen/CStyleComment.td
2011-08-27 06:17:30 +00:00

16 lines
152 B
TableGen

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