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

9 lines
197 B
D

// 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");