DirectXShaderCompiler/test/TableGen/2003-08-03-PassCode.td

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

2016-12-28 22:52:27 +03:00
// RUN: llvm-tblgen %s
class test<code C> {
code Code = C;
}
def foo : test<[{ hello world! }]>;