A8.6.92 MCR (Encoding A1): if coproc == '101x' then SEE "Advanced SIMD and VFP"
[llvm/stm8.git] / test / TableGen / ListManip.td
blob6b1e491cd25f581e76b4823efdbddd79dfaad8c0
1 // RUN: tblgen %s
2 // XFAIL: vg_leak
4 class Bli<string _t>
6   string t = _t;
9 class Bla<list<Bli> _bli>
10 : Bli<!head(_bli).t>