mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
7 lines
131 B
D
7 lines
131 B
D
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/moduleundefuda.d(7): Error: undefined identifier `undef`
|
|
---
|
|
*/
|
|
@undef module moduleundefuda;
|