Changes in tests/nowarn/unused.cfa [0bf03ba2:35cc6d4]
- File:
-
- 1 edited
-
tests/nowarn/unused.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/nowarn/unused.cfa
r0bf03ba2 r35cc6d4 17 17 enum () foo_t { foo }; 18 18 19 // on empty tuple, __cleanup_dtor takes zero actions on its param and20 // _thunk's purpose is to ignore its param21 forall( Args... | { void foo( Args ); } )22 void wrap( Args ) {}23 void foo() {}24 void callWrap() {25 wrap();26 }27 28 19 29 20 int main() {
Note:
See TracChangeset
for help on using the changeset viewer.