Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail19913.d
blob: fe2655e1eda5d4d8b9ab44c811052374865f2a56 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/fail19913.d(11): Error: no property `b` for type `int`
fail_compilation/fail19913.d(11): Error: mixin `fail19913.S.b!()` is not defined
---
*/
struct
S
{
mixin a
.
b
;
enum
{
a
}
}