% -*- prolog -*-

func(Src, Obj) :- func_file(Src, Obj).


hack(F0, F1, F2, Obj) :- func([F0, F1, F2], Obj).


