Opened 6 years ago
Closed 6 years ago
#144 closed defect (fixed)
break target on try fails
| Reported by: | pabuhr | Owned by: | |
|---|---|---|---|
| Priority: | minor | Component: | cfa-cc |
| Version: | 1.0 | Keywords: | |
| Cc: |
Description
int main() {
T: try {
break T;
} finally {}
}
test.cfa:3:1 error: 'break' target must be an enclosing control structure: T
Note:
See TracTickets
for help on using tickets.