This website requires JavaScript.
Explore
Help
Sign In
motiejus
/
zig
Watch
1
Fork
0
You've already forked zig
Code
Releases
Activity
Files
90dfd86ebee1639e5455ace4e34157ff9b68ac0f
zig
/
test
/
cases
/
run_translated_c
History
Hayden Riddiford
20563d8457
- Added special handling for translating C extern variables declared within scoped blocks
...
- Added test/cases/run_translated_c/extern_typedef_variables_in_functions.c to test for issue 19687
2024-07-16 23:29:44 +03:00
..
compound_assignments_with_implicit_casts.c
test manifest key checking and other fixes
2024-03-08 02:59:45 -08:00
compound_assignments_with_pointer_arithmetic.c
translate-c: fix translation of "ptr += uint"
2024-06-15 18:19:33 +02:00
dereference address of.c
tests: translate-c and run-translated-c to the test harness
2023-10-17 11:55:17 +03:00
explicit_cast_bool_from_float.c
test manifest key checking and other fixes
2024-03-08 02:59:45 -08:00
extern_typedef_variables_in_functions.c
- Added special handling for translating C extern variables declared within scoped blocks
2024-07-16 23:29:44 +03:00
float_from_bool_expr_cast.c
translate-c: float cast from boolean expr fix
2024-01-10 19:13:11 +00:00