dmd/compiler/test/fail_compilation/fail19757_m64.d
2022-07-09 18:53:07 +02:00

9 lines
198 B
D

// REQUIRED_ARGS: -m64
/*
TEST_OUTPUT:
---
fail_compilation/fail19757_m64.d(9): Error: cannot implicitly convert expression `"oops"` of type `string` to `ulong`
---
*/
auto s = new string("oops");