mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
8 lines
246 B
OpenEdge ABL
8 lines
246 B
OpenEdge ABL
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/test23672.i(9): Error: found `End of File` when expecting `)`
|
|
fail_compilation/test23672.i(9): Error: `=`, `;` or `,` expected to end declaration instead of `End of File`
|
|
---
|
|
*/
|
|
extern int feof (FILE *__strea
|