! { dg-do compile }! PR fortran/35837! We used do have a problem with resolving "save all" and nested namespaces.! Contributed by Tobias Burnus <burnus@gcc.gnu.org>module g95bugsaveinteger::i=20containspure function tell_i()result(answer)integer::answeranswer=iend function tell_iend module g95bug! { dg-final { cleanup-modules "g95bug" } }