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-27 23:52:31 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
67fbb0434f
zig
/
test
/
cases
/
pub_enum
/
other.zig
7 lines
84 B
Zig
Raw
Normal View
History
Unescape
Escape
Solve the return type ambiguity (#1628) Changed container and initializer syntax * <container> { ... } -> <container> . { ... } * <exrp> { ... } -> <expr> . { ...}
2018-10-15 14:51:15 +01:00
pub
const
APubEnum
=
enum
.
{
add test for public enums See #5
2016-04-20 01:19:18 +01:00
One
,
Two
,
Three
,
IR: port more tests
2016-12-26 07:42:31 +00:00
}
;
fix casting with imported symbol not working
2016-04-20 03:37:25 +01:00
pub
const
size_t
=
u64
;
Reference in New Issue
Copy Permalink