brintos

brintos / llvm-project-archived public Read only

0
0
Text · 139 B · 9c50f7e Raw
15 lines · plain
1// Test that multiline, nested, comments work correctly.2//3// RUN: llvm-tblgen < %s4 5/* Foo6  bar7  /* 8  blah9  */10 11  stuff12  */13 14def x;15