mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
6 lines
156 B
Makefile
6 lines
156 B
Makefile
/* TEST_OUTPUT:
|
|
---
|
|
fail_compilation/issue22826.d(6): Error: found `3` when expecting new line following `#line` directive
|
|
---
|
|
*/
|
|
#line 12 "issue22826.d" 3
|