2 ! { dg-options "-std=gnu" }
4 ! Tests the fix for PR30236, which was due to alternate returns
5 ! in generic interfaces causing a segfault. They now work
8 ! Contributed by Brooks Moses <brooks@gcc.gnu.org>
14 module procedure without
37 if (i
/= -2) call abort ()
43 if (i
/= -1) call abort ()