blob: 6ddb456d5646f7361f8176f8bcf9b138a5760b3e [file] [log] [blame]
// REQUIRED_ARGS: -m32
/*
TEST_OUTPUT:
---
fail_compilation/fail19757_m32.d(9): Error: cannot implicitly convert expression `"oops"` of type `string` to `uint`
---
*/
auto s = new string("oops");