simple test for init

This commit is contained in:
MITSUNARI Shigeo 2012-12-03 09:09:18 +09:00
parent 5f696277f7
commit 3f66cdac5d
4 changed files with 32 additions and 14 deletions

View file

@ -2,5 +2,7 @@
int main()
{
puts("main");
X::a.put();
}