1
0
mirror of https://github.com/ratfactor/ziglings synced 2024-09-23 18:20:54 +02:00
ziglings/patches/patches/066_comptime.patch

7 lines
142 B
Diff
Raw Normal View History

65,66c65,66
< var var_int = 12345;
< var var_float = 987.654;
---
> var var_int: u32 = 12345;
> var var_float: f32 = 987.654;