Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
test17307.d
blob: e73cca697fdbf7df5253b18d3513348256301e54 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/test17307.d(9): Error: anonymous struct can only be a part of an aggregate, not module `test17307`
---
* https://issues.dlang.org/show_bug.cgi?id=17307
*/
struct
{
enum
bitsPerWord
=
size_t
;
}
void
main
()
{
}