Fix calling of functions whose parameters are of an implicitly declared datatype (currently only makes sense for REF_TO datatypes, but may make sense to other datatypes too if the datatype model is changed in the future).
include ../common.mk
lib_LIBRARIES = libabsyntax.a
libabsyntax_a_SOURCES = \
absyntax.cc \
visitor.cc