mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
8 lines
155 B
D
8 lines
155 B
D
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/diag10792.d(9): Error: semicolon expected following auto declaration, not `End of File`
|
|
---
|
|
*/
|
|
|
|
enum isPred(T) = asdf
|