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