[opaque pointer type] Pass GlobalAlias the actual pointer type rather than decomposin...
[oota-llvm.git] / test / TableGen / ForwardRef.td
index 57de9d25c8db831d709eec6524f8abcde8266614..73884455b8832d52797a81bd3f16b8fa93594460 100644 (file)
@@ -1,6 +1,16 @@
-// RUN: tblgen %s -o -
+// RUN: llvm-tblgen %s -o -
+// XFAIL: vg_leak
 
 class bar {
   list<bar> x;
 }
 
+class foo;
+class foo;
+
+class baz { list<foo> y; }
+
+class foo {
+
+}
+