blob: aa15db319b1ee708cf4ec3323feea3ec8c59cb75 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail40.d(11): Error: variable yuiop cannot be read at compile time
---
*/
struct Qwert
{
int[20] yuiop;
int* asdfg = yuiop.ptr;
}