Fix typo, fix suggested by Nicholas Olsen
[oota-llvm.git] / test / TableGen / ForwardRef.td
index 57de9d25c8db831d709eec6524f8abcde8266614..2056b1faff35dcdc2d123a3a3c4fef173847646d 100644 (file)
@@ -4,3 +4,12 @@ class bar {
   list<bar> x;
 }
 
+class foo;
+class foo;
+
+class baz { list<foo> y; }
+
+class foo {
+
+}
+