Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
diag12312.d
blob: e015cfea7ac2fc5b37c7582a0f2b83b225943b62 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/diag12312.d(10): Error: variable `diag12312.main.arr` `void[16]` does not have a default initializer
---
*/
void
main
()
{
void
[
16
]
arr
;
}