Changeset a8541d9 for src/Tests/Expect-a/Typedef.txt
- Timestamp:
- Jun 11, 2015, 1:31:07 PM (10 years ago)
- 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:
- ea9b9d3
- Parents:
- bfbf97f (diff), cda48b6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/Tests/Expect-a/Typedef.txt
rbfbf97f ra8541d9 44 44 45 45 c: instance of type a (not function type) 46 x: typedef for type-of expression constant expression 3 signed int 47 y: typedef for type-of expression constant expression 3 signed int 48 p: instance of type x (not function type) 49 q: instance of type y (not function type) 46 50 main: C function 47 51 accepting unspecified arguments … … 50 54 with body 51 55 CompoundStmt 56 Declaration of z: typedef for type-of expression constant expression 3 signed int 57 Declaration of p: typedef for type-of expression constant expression 3 signed int 58 Declaration of w: instance of type z (not function type) 59 Declaration of x: instance of type p (not function type) 52 60 53 61 arrayOf10Pointers: typedef for array of pointer to signed int with dimension of constant expression 10 signed int 54 x: instance of type arrayOf10Pointers (not function type)62 array: instance of type arrayOf10Pointers (not function type) 55 63 constantPointer: typedef for const pointer to signed int 56 64 funcPtr: typedef for pointer to function
Note:
See TracChangeset
for help on using the changeset viewer.