5 ! Check that the (default) -Wno-c-binding-type works
6 ! and no warning is printed.
8 ! With -Wc-binding-type, one gets:
9 ! Warning: Variable 'x' at (1) is a dummy argument to the BIND(C) procedure
10 ! 'test' but may not be C interoperable )
12 subroutine test(x
) bind(C
)