// an extremely minimal source file that's only for parser testing fn main() { foo() } // this separate fn forces us to handle linking fn foo() { return }