allwinner_a64/android/external/llvm/test/TableGen/CStyleComment.td
2018-08-08 16:14:42 +08:00

14 lines
139 B
TableGen

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