-- main.mcl -- import "fmt" test fmt.printf("%d%d", 42) {} # should not pass, missing second int -- OUTPUT -- # err: errUnify: unify error with: call:fmt.printf(str("%d%d"), int(42)): type error: str != list