Changeset 3d7e53b for src/tests/nested-types.c
- Timestamp:
- Jul 10, 2018, 11:09:19 AM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 5cacf74
- Parents:
- aeec6b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/nested-types.c
raeec6b7 r3d7e53b 16 16 typedef int N; 17 17 struct A { 18 //forall(otype T) // xxx - should not be an error, but currently is19 //struct N {20 //T x;21 //};18 forall(otype T) // xxx - should not be an error, but currently is 19 struct N { 20 T x; 21 }; 22 22 }; 23 23
Note: See TracChangeset
for help on using the changeset viewer.