https://issues.dlang.org/show_bug.cgi?id=22826
Iain Buclaw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|[REG 2.098]#line accepts |[REG 2.098] #line accepts | |importC linemarker flags --- Comment #1 from Iain Buclaw <[email protected]> --- Since the added support of linemarkers in importC, this has spilled over into lexing/parsing D code too. --- #line 123 "file.d" 4 --- The above compiles, but violates the spec. --
