3 ! Tests the fix for PR36454, where the PUBLIC declaration for
4 ! aint and bint was rejected because the access was already set.
6 ! Contributed by Thomas Orgis <thomas.orgis@awi.de>
13 use base
, ONLY
: aint
=> baseint
17 use base
, ONLY
: bint
=> baseint
28 use c
, ONLY
: aint
, bint
34 ! { dg-final { cleanup-modules "base a b c" } }