### Abstract Tree ###################### int f(int i, int j, int k, int l) return 1; f(1, 2, 3); ### Analyzer messages ################## ### Interpretation output ############## ######################################## ### INTERPRETATION ERROR ############### ######################################## 4.1: function f called with 3 arguments, but defined with 4