struct TestStruct { int[] array; int*[] arrayOfPointers; int* pointer; int plain; } unittest { auto ts = TestStruct( }