test for unorderd init

This commit is contained in:
MITSUNARI Shigeo 2012-12-04 16:12:59 +09:00
parent be5d47c144
commit a57fdb0f10
4 changed files with 35 additions and 2 deletions

View file

@ -4,5 +4,6 @@ int main()
{
puts("main");
X::a.put();
putReg();
}