blob: d8d1093fe043a9838da0bcb470b31ec0c9b52a88 [file] [log] [blame]
// https://issues.dlang.org/show_bug.cgi?id=22825
/* TEST_OUTPUT:
---
fail_compilation/fail22825a.d(10): Error: positive integer argument expected following `#line`
fail_compilation/fail22825a.d(11): Error: declaration expected, not `42`
---
*/
#line /*
multi-line comment
*/
42