llvm/test/TableGen/ForwardRef.td
2005-09-30 04:10:17 +00:00

7 lines
54 B
TableGen

// RUN: tblgen %s -o -
class bar {
list<bar> x;
}