Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail19757_m32.d
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"
);