2021-11-16 13:14:54 +00:00
|
|
|
### Compilation failed:
|
|
|
|
|
2021-11-16 13:33:36 +00:00
|
|
|
error: 1: '08' is not a valid octal number
|
2022-04-06 22:24:52 +00:00
|
|
|
int i1 = 08;
|
|
|
|
^^
|
2021-11-16 13:33:36 +00:00
|
|
|
error: 1: expected expression, but found '08'
|
2022-04-06 22:24:52 +00:00
|
|
|
int i1 = 08;
|
|
|
|
^^
|
2021-11-16 13:14:54 +00:00
|
|
|
2 errors
|