mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
4572ce85b0
llvm-svn: 33296
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;
|