DirectXShaderCompiler/test/TableGen/CStyleComment.td

15 строки
139 B
TableGen
Исходник Обычный вид История

2016-12-28 22:52:27 +03:00
// Test that multiline, nested, comments work correctly.
//
// RUN: llvm-tblgen < %s
/* Foo
bar
/*
blah
*/
stuff
*/
def x;