mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-02-07 21:41:46 -05:00
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;
|