spl
systems programming language
git clone
http://frotz.net/git/spl.git
Log
|
Files
|
Refs
|
README
|
LICENSE
2021-err-u32-hex-overflow.spl (40B)
1
fn start() i32 {
2
return 0x123456789;
3
}