Skip to content

fix call with no return values and options, and add test

Nick Curtis requested to merge arghdos/loopy:fix_call_options into master

This fixes a small parsing issue that would result from a CallInstruction with no return values accompanied by options. A corresponding test has been added in test_loopy.py

Merge request reports