Revision 426dd8e142c81c6e8850f88dadf22d292da92e2c authored by Shuhei Kadowaki on 07 August 2020, 00:38:17 UTC, committed by GitHub on 07 August 2020, 00:38:17 UTC
- `abstract_eval_value_expr` will no longer return `nothing`
- fix problematic `isdefined` check within `abstract_eval_statement`
1 parent c1656e9
Raw File
segfault.jl
# This file is a part of Julia. License is MIT: https://julialang.org/license

unsafe_load(convert(Ptr{UInt8},C_NULL))
back to top