xref: /aosp_15_r20/external/llvm/test/TableGen/2003-08-03-PassCode.td (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker// RUN: llvm-tblgen %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Workerclass test<code C> {
4*9880d681SAndroid Build Coastguard Worker  code Code = C;
5*9880d681SAndroid Build Coastguard Worker}
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Workerdef foo : test<[{ hello world! }]>;
8