Changeset d804830
- Timestamp:
 - Jul 10, 2018, 3:53:38 PM (7 years ago)
 - Branches:
 - ADT, aaron-thesis, arm-eh, ast-experimental, 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:
 - 7de22b28
 - Parents:
 - e82ef13
 - git-author:
 - Rob Schluntz <rschlunt@…> (07/10/18 14:48:10)
 - git-committer:
 - Rob Schluntz <rschlunt@…> (07/10/18 15:53:38)
 - File:
 - 
      
- 1 edited
 
- 
          
  src/tests/nested-types.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/tests/nested-types.c
re82ef13 rd804830 16 16 typedef int N; 17 17 struct A { 18 forall(otype T) // xxx - should not be an error, but currently is18 forall(otype T) 19 19 struct N { 20 20 T x;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.