mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
7 lines
165 B
D
7 lines
165 B
D
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/e15876_6.d(7): Error: identifier expected following `immutable(int).`, not `;`
|
|
---
|
|
*/
|
|
auto unaryExParseError = immutable(int).;
|