Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
imports
/
a10528.d
blob: a12ef107c985440791a873d8a221296c4570adea [
file
] [
log
] [
blame
]
private
enum
string
a
=
"asdfgh"
;
private
enum
{
b
=
"asdfgh"
}
struct
S
{
private
enum
string
c
=
"qwerty"
;
}
class
C
{
private
enum
string
d
=
"qwerty"
;
}