Changeset d60a4c2 for tests/typedefRedef.cfa
- Timestamp:
- Jan 11, 2025, 5:48:46 PM (8 months ago)
- Branches:
- master
- Children:
- f886608
- Parents:
- 7d65715f (diff), 32a119e9 (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/typedefRedef.cfa
r7d65715f rd60a4c2 78 78 #endif 79 79 80 Foo * x; 80 Foo * x; (void) x; 81 81 82 82 typedef struct Bar Foo; 83 Foo * y; 83 Foo * y; (void) y; 84 84 85 85 typedef int *** pt; 86 86 87 #pragma GCC warning "Compiled" // force non-empty .expect file, NO TABS!!! 87 printf("done\n"); 88 88 }
Note:
See TracChangeset
for help on using the changeset viewer.