llvm-for-llvmta/test/TableGen/CStyleComment.td

15 lines
139 B
TableGen
Raw Normal View History

2022-04-25 10:02:23 +02:00
// Test that multiline, nested, comments work correctly.
//
// RUN: llvm-tblgen < %s
/* Foo
bar
/*
blah
*/
stuff
*/
def x;