mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
dd65c56c8c
llvm-svn: 194352
15 lines
139 B
TableGen
15 lines
139 B
TableGen
// Test that multiline, nested, comments work correctly.
|
|
//
|
|
// RUN: llvm-tblgen < %s
|
|
|
|
/* Foo
|
|
bar
|
|
/*
|
|
blah
|
|
*/
|
|
|
|
stuff
|
|
*/
|
|
|
|
def x;
|