#include "test.toc"; foo ::= fn() int { 5 } main ::= fn() { foo(); }