compiler

Unnamed Compiled Systems Language Project
git clone http://frotz.net/git/compiler.git
Log | Files | Refs

2001-err-decl-mismatch-return.src (62B)


      1 
      2 func hello(a i32, b i32) bool;
      3 
      4 func hello(a i32, b i32) {
      5 }