compiler

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

2002-err-decl-mismatch-count.src (89B)


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