zig
Code
Branches
Tags
Commits
master
zig
/
test
/
behavior
/
import
/
a_namespace.zig
Top
1
pub
fn
foo
(
)
i32
{
2
return
1234
;
3
}