llvm-6502/test/TableGen/CStyleComment.td

15 lines
134 B
TableGen
Raw Normal View History

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