- File:
-
- 1 edited
-
tests/exceptions/try-ctrl-flow.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/try-ctrl-flow.cfa
r0a6d2045 rd3cf623 189 189 } 190 190 191 voidmain() {191 int main() { 192 192 // Should not compile. 193 193 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.