1 ! Tests the fix for PR33334, in which the TYPE in the function
2 ! declaration cannot be legally accessed.
4 ! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
16 type(t
) function bar() ! { dg-error "is not accessible" }
20 ! { dg-final { cleanup-modules "types x" } }