LCOMPILERS_ASSERT failed: /Users/ubaid/Desktop/OpenSource/lc/src/libasr/../libasr/asr.h
function down_cast(), line number 40 at
f != nullptr
This occurs at the following
|
ASR::Var_t* callee_Var = ASR::down_cast<ASR::Var_t>(callee); |
In the above we have callee being down_casted but the callee is passed as a nullptr.
This occurs at the following
lc/src/lc/clang_ast_to_asr.h
Line 703 in 9c855f9
In the above we have
calleebeing down_casted but the callee is passed as anullptr.