3 ! PR 35831: [F95] Shape mismatch check missing for dummy procedure argument
5 ! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
20 call foo(two
) ! { dg-error "Shape mismatch in argument" }
21 call bar(two
) ! { dg-error "Shape mismatch in argument" }