This website requires JavaScript.
Explore
Help
Sign In
jimzah
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2024-11-30 17:12:31 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
e20d2b3151
zig
/
test
/
behavior
/
import
/
a_namespace.zig
4 lines
38 B
Zig
Raw
Normal View
History
Unescape
Escape
[breaking] delete ptr deref prefix op start using zig-fmt-pointer-reform branch build of zig fmt to fix code to use the new syntax all of test/cases/* are processed, but there are more left to be done - all the std lib used by the behavior tests
2018-05-01 01:35:54 +01:00
pub
fn
foo
(
)
i32
{
return
1234
;
}
Reference in New Issue
Copy Permalink