The Fortran frontend fails to parse the following: ```fortran subroutine a(b) ; & integer b end subroutine ``` ```console "./test.f90", line 2: bad char &(0x26) "./test.f90", line 2: syntax error ```