stage2: inline fn incorrectly comptime evaluates #13164
Labels
bug
Observed behavior contradicts documented or intended behavior
frontend
Tokenization, parsing, AstGen, Sema, and Liveness.
regression
It worked in a previous version of Zig, but stopped working.
Milestone
Zig Version
0.10.0-dev.4333+f5f28e0d2
Steps to Reproduce
(Sorry its not a
test
because my test was broken with this build thats fixed later)Other notes:
inline
is required. Ifinline
is removed, this issue does not reproduce.Expected Behavior
Should compile.
Actual Behavior
(Note:
-fstage1
works fine)The text was updated successfully, but these errors were encountered: