fn main() { _ := f() go f() f := fn () string { return 'hello' } _ := f() // avoid warnings }