! { dg-do compile }! { dg-options "-c" }!! Functions shall not have an initializer.!! Some tests were moved from func_decl_4.f90 to here.!functionf1()! { dg-error "cannot have an initializer" }integer:: f1 =42end functionfunctionf2()RESULT(r)! { dg-error "cannot have an initializer" }integer:: r =42end function