spl

systems programming language
git clone http://frotz.net/git/spl.git
Log | Files | Refs | README | LICENSE

2020-err-u32-overflow.spl (39B)


      1 fn start() i32 {
      2 	return 4294967296;
      3 }