spl

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

2022-err-u32-bin-overflow.spl (64B)


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