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.