`flang-new` currently does not report any error for statements like the following: ```f90 integer :: x x = min(x) x = max(x) ``` whereas both require at least two arguments. `gfortran` correctly reports error on these statements