vxx2 / vlib / v / checker / tests / res_use_outside_defer.vv
4 lines · 4 sloc · 53 bytes · dbd251793eaa387936367bf907f366acb3050365
Raw
1fn test() string {
2 println($res())
3 return 'test'
4}
5