sub x { 1; 2; 3; 4; return undef; } say "true" if x();