!7 cmodule TestHijackPrint > DynPrintLog { start { pcall { assertEqualsVerbose("Yo!\n", hijackPrint(r { print("Yo!") })); } } }