mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
86d6b6f9cb
llvm-svn: 138634
16 lines
152 B
TableGen
16 lines
152 B
TableGen
// Test that multiline, nested, comments work correctly.
|
|
//
|
|
// RUN: tblgen < %s
|
|
// XFAIL: vg_leak
|
|
|
|
/* Foo
|
|
bar
|
|
/*
|
|
blah
|
|
*/
|
|
|
|
stuff
|
|
*/
|
|
|
|
def x;
|