zig/test/standalone/use_alias
Jimmi Holst Christensen 378d3e4403
Solve the return type ambiguity (#1628)
Changed container and initializer syntax
* <container> { ... } -> <container> . { ... }
* <exrp> { ... } -> <expr> . { ...}
2018-10-15 09:51:15 -04:00
..
build.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
c.zig fix not propagating parseh aliases through pub use decls 2017-08-20 04:03:36 -04:00
foo.h fix not propagating parseh aliases through pub use decls 2017-08-20 04:03:36 -04:00
main.zig Solve the return type ambiguity (#1628) 2018-10-15 09:51:15 -04:00