mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
8 lines
134 B
D
8 lines
134 B
D
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/fail359.d(7): Error: invalid filename for `#line` directive
|
|
---
|
|
*/
|
|
#line 5 _BOOM
|
|
void main() { }
|