function ObjCreate input Integer rows = 1; input Integer cols = 1; input Real foo = 1; output Integer out; end ObjCreate;