blob: 77e151f33a625ea590f09a1a2f2e8e69254c98d6 [file] [log] [blame]
module imports.test48a;
struct S
{
int a = 1;
int b = 2;
private:
int c = 3;
}