blob: e1f9afc34c2c83ae52c7d3f157dcb9ccc5cebaab [file] [log] [blame]
// 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");