11 lines
109 B
D
11 lines
109 B
D
module breakingprivacy;
|
|
|
|
struct Foo
|
|
{
|
|
int[] arr;
|
|
|
|
private:
|
|
int x;
|
|
string str;
|
|
float f;
|
|
}
|