Revision 44c0356dc4b8148300904d31394502da5671cf0c authored by Amit Murthy on 18 January 2018, 03:26:11 UTC, committed by Jeff Bezanson on 18 January 2018, 03:26:11 UTC
1 parent 4d93b66
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