1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test/Regression/TableGen/CStyleComment.td
Chris Lattner 05d010862c Initial tests for tblgen
llvm-svn: 7430
2003-07-30 19:40:00 +00:00

15 lines
134 B
TableGen

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