bolt/deps/llvm-18.1.8/llvm/test/TableGen/CStyleComment.td

15 lines
139 B
TableGen
Raw Normal View History

2025-02-14 19:21:04 +01:00
// Test that multiline, nested, comments work correctly.
//
// RUN: llvm-tblgen < %s
/* Foo
bar
/*
blah
*/
stuff
*/
def x;