zig
Code
Branches
Tags
Commits
master
zig
/
test
/
behavior
/
hasdecl
/
foo.zig
Top
1
pub
const
public_thing
=
42
;
2
const
private_thing
=
666
;