You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect that if __name__ == '__main__': is not being considered as an entry point. Using it and not using it on the same examples gives me a different IR and CFGs. Seems related to #17.