re PR fortran/78741 (ICE in gfc_get_symbol_decl, at fortran/trans-decl.c:1534)
[official-gcc.git] / gcc / testsuite / gfortran.dg / simplify_modulo.f90
blob4f2ad911297c3675e06ad5fed841f2918f4d6103
1 ! { dg-do run }
3 if (modulo (-8., -5.) .ne. -3.) STOP 1
5 end