1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/test/TableGen/CStyleComment.td
2011-08-27 06:17:30 +00:00

16 lines
152 B
TableGen

// Test that multiline, nested, comments work correctly.
//
// RUN: tblgen < %s
// XFAIL: vg_leak
/* Foo
bar
/*
blah
*/
stuff
*/
def x;