llvm-for-llvmta/test/TableGen/2003-08-03-PassCode.td

8 lines
101 B
TableGen
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
// RUN: llvm-tblgen %s
class test<code C> {
code Code = C;
}
def foo : test<[{ hello world! }]>;