Closed dayllenger closed 11 hours ago
Odin: dev-2024-11:e607cbe93 OS: Arch Linux, Linux 6.6.60-1-lts CPU: Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz RAM: 7686 MiB Backend: LLVM 18.1.8
package main main :: proc() { p :: proc() {} abs(p()) }
$ odin build . segmentation fault (core dumped)
Also fails with min, max, and some other builtin functions.
min
max
Fixed in #4516. I'm looking over other builtins before I merge it.
Context
Steps to Reproduce
Also fails with
min
,max
, and some other builtin functions.