### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
I have a .FCStd file which reliably causes a segfault in a weekly build.
Weekly build 3…
The app crashes when I try to mock a function from the package `gleam_erlang`.
```gleam
import gleam/erlang.{type GetLineError}
import gleam/io
pub fn main() {
meet_and_greet()
}
pub fn…