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

@ -7,6 +7,7 @@ void init()
if (!init) return;
init = false;
X::a.put();
putReg();
}