- Timestamp:
- Jul 20, 2021, 12:58:12 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 3d7d407, 54651005
- Parents:
- 1f8dbfe (diff), ba8547e (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 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/polymorphism.cfa
r1f8dbfe r815c6ae 71 71 printf(" offset of inner float: %ld\n", ((char *) & x_inner_float ) - ((char *) & x) ); 72 72 73 void showStatic( thing( int) & x ) {73 void showStatic( thing(long long int) & x ) { 74 74 printf("static:\n"); 75 75 SHOW_OFFSETS … … 85 85 86 86 printf("=== checkPlan9offsets\n"); 87 thing( int) x;87 thing(long long int) x; 88 88 showStatic(x); 89 89 showDynamic(x);
Note:
See TracChangeset
for help on using the changeset viewer.