https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118375
--- Comment #2 from David Malcolm <dmalcolm at gcc dot gnu.org> --- (In reply to Sam James from comment #0) > We get: > ``` > <source>:1:1: error: expected identifier or '(' before '/' token > 1 | /#include <errno.h> > | ^ > <source>:1:2: error: stray '#' in program > 1 | /#include <errno.h> > | ^ > Compiler returned: 1 > ``` Is there a typo in the above? The quoted source in the output doesn't seem to match the input - or am I missing something here?