Index: src/tests/nested-types.c
===================================================================
--- src/tests/nested-types.c	(revision aeec6b776d14e45c7d0eae9f5b5c1a1a6ab38bea)
+++ src/tests/nested-types.c	(revision 3d7e53b5573c6a90196213b47ca833bd80f2f16e)
@@ -16,8 +16,8 @@
 typedef int N;
 struct A {
-  // forall(otype T) // xxx - should not be an error, but currently is
-  // struct N {
-  //   T x;
-  // };
+  forall(otype T) // xxx - should not be an error, but currently is
+  struct N {
+    T x;
+  };
 };
 
