Ignore:
Timestamp:
Jun 13, 2015, 8:30:25 AM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
a1d5d2a
Parents:
7bcf74e
Message:

unify and fix storage class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tests/Expect-a/TypeGenerator.txt

    r7bcf74e r68cd1ce  
    6565      signed int
    6666
    67 struct S1
    68     with parameters
    69       T: type
    70 
    71 struct S1
    72     with parameters
    73       T: type
    74 
    75     with members
    76       i: instance of type T (not function type)
    77 
    78 v1: instance of struct S1
    79   with parameters
    80     signed int
    81 
    82 p: pointer to instance of struct S1
    83   with parameters
    84     signed int
    85 
    8667struct S2
    8768    with parameters
     
    9172      i: instance of type T (not function type)
    9273
    93 v2: instance of struct S2
     74v1: instance of struct S3
     75  with parameters
     76    signed int
     77
     78p: pointer to instance of struct S3
     79  with parameters
     80    signed int
     81
     82struct S24
     83    with parameters
     84      T: type
     85
     86    with members
     87      i: instance of type T (not function type)
     88
     89v2: instance of struct S24
    9490  with parameters
    9591    signed int
Note: See TracChangeset for help on using the changeset viewer.