mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
11 lines
169 B
D
11 lines
169 B
D
/++
|
|
https://issues.dlang.org/show_bug.cgi?id=23019
|
|
|
|
ARG_SETS: -of=fail_compilation
|
|
TEST_OUTPUT:
|
|
---
|
|
Error: error writing file 'fail_compilation'
|
|
---
|
|
++/
|
|
|
|
void main() {}
|