2 ! Contributed by Joost VandeVondele
3 ! test levenshtein based spelling suggestions for keyword arguments
7 subroutine mysub(iarg1
)
13 call mysub(iarg
=1) ! { dg-error "Keyword argument .iarg. at .1. is not in the procedure; did you mean .iarg1.\\?" }