llvm-project/llvm/test/TableGen/CStyleComment.td

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
139 B
TableGen
Raw Normal View History

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