-- main.mcl -- class c1 { test "t1" {} func f1() { "hello" } } include c1 as i1 test i1.f1() {} -- OUTPUT -- Vertex: test[hello] Vertex: test[t1]