void foo(void) {} void bar(void) { return foo(); } Stripping away the return makes it happy. PR pkg/38210.