Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git] / test / TableGen / ForwardRef.td
blob955cc14248f841d32ede4b3cb5374affd4a7a434
1 // RUN: tblgen %s -o -
2 // XFAIL: vg_leak
4 class bar {
5   list<bar> x;
8 class foo;
9 class foo;
11 class baz { list<foo> y; }
13 class foo {