ziglings/patches/patches/073_comptime8.patch
2021-04-26 20:01:54 -04:00

8 lines
161 B
Diff

35c35
< const my_llama = getLlama(5);
---
> const my_llama = getLlama(4);
40c40
< fn getLlama(i: usize) u32 {
---
> fn getLlama(comptime i: usize) u32 {