kit
kit
git clone
https://git.ryansepassi.com/git/kit.git
Log
|
Files
|
Refs
|
README
compile_error_builtin.toy (57B)
1
fn main(): i64 {
2
return @compile_error("stop here");
3
}