1 const pub () {}
2 //~^ ERROR expected one of `async`, `extern`, `fn`, or `unsafe`
main()3 pub fn main() {}
4