compiler

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

2021-err-u32-hex-overflow.src (42B)


      1 func start() i32 {
      2 	return 0x123456789;
      3 }