Changeset ba8547e
- Timestamp:
- Jul 20, 2021, 11:25:42 AM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 815c6ae
- Parents:
- 00da199
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/polymorphism.cfa
r00da199 rba8547e 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.