Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice10713.d
blob: f368032994145a42f07b2a4c6f645c12d4bdc3a7 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/ice10713.d(10): Error: no property `nonExistingField` for type `ice10713.S`
---
*/
struct
S
{
void
f
(
typeof
(
this
.
nonExistingField
)
a
)
{}
}