llvm-for-llvmta/test/TableGen/CStyleComment.td
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

15 lines
139 B
TableGen

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