``` const ff = {fp -> fp } const main = { ff(0 castto ((-> void))) } ``` ``` test.myr:7: bad cast from ( -> void) to ( -> void) ```