mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
9 lines
279 B
Makefile
9 lines
279 B
Makefile
/*
|
|
REQUIRED_ARGS: -Xi=UNKNOWN_FIELD_NAME
|
|
TEST_OUTPUT:
|
|
---
|
|
Error: unknown JSON field `-Xi=UNKNOWN_FIELD_NAME`, expected one of `compilerInfo`, `buildInfo`, `modules`, `semantics`
|
|
run `dmd` to print the compiler manual
|
|
run `dmd -man` to open browser on manual
|
|
---
|
|
*/
|