forked from OSchip/llvm-project
15 lines
134 B
TableGen
15 lines
134 B
TableGen
|
// Test that multiline, nested, comments work correctly.
|
||
|
//
|
||
|
// RUN: tblgen < %s
|
||
|
|
||
|
/* Foo
|
||
|
bar
|
||
|
/*
|
||
|
blah
|
||
|
*/
|
||
|
|
||
|
stuff
|
||
|
*/
|
||
|
|
||
|
def x;
|