x() { if (1) { state default; } } default { timer() { x(); } }