- #include <stdio.h> 
-   
- int main(int ac, char* av[]) { 
- 	struct hoge { 
- 		int  a[10]; 
- 		hoge() : a() {} 
- 	}; 
- 	hoge h; 
- 	for (int i = 0; i < 10; ++i) printf("%d,", h.a[i]); 
- 	printf("\n"); 
- 	return 0; 
- } 
-   
				I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbihpbnQgYWMsIGNoYXIqIGF2W10pIHsKCXN0cnVjdCBob2dlIHsKCQlpbnQgIGFbMTBdOwoJCWhvZ2UoKSA6IGEoKSB7fQoJfTsKCWhvZ2UgaDsKCWZvciAoaW50IGkgPSAwOyBpIDwgMTA7ICsraSkgcHJpbnRmKCIlZCwiLCBoLmFbaV0pOwoJcHJpbnRmKCJcbiIpOwoJcmV0dXJuIDA7Cn0K