Changeset a5e2786f for tests/nowarn/unused.cfa
- Timestamp:
- Dec 22, 2024, 4:48:31 PM (13 months ago)
- Branches:
- master
- Children:
- 43299af
- Parents:
- 5a02308 (diff), 28c2c9d5 (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
-
tests/nowarn/unused.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/nowarn/unused.cfa
r5a02308 ra5e2786f 17 17 enum () foo_t { foo }; 18 18 19 // on empty tuple, __cleanup_dtor takes zero actions on its param and 20 // _thunk's purpose is to ignore its param 21 forall( Args... | { void foo( Args ); } ) 22 void wrap( Args ) {} 23 void foo() {} 24 void callWrap() { 25 wrap(); 26 } 27 19 28 20 29 int main() {
Note:
See TracChangeset
for help on using the changeset viewer.