mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
0b06c34dfc
No inlining is actually done but that part is not required by the standard.
5 lines
302 B
Plaintext
5 lines
302 B
Plaintext
bug1889-missing-identifier.c:3: Error: Identifier or ';' expected after declaration specifiers
|
|
bug1889-missing-identifier.c:3: Warning: Implicit 'int' is an obsolete feature
|
|
bug1889-missing-identifier.c:4: Error: 'inline' on empty declaration
|
|
bug1889-missing-identifier.c:6: Error: Expression expected
|