aarch64: Add missing ACLE macro for NEON-SVE Bridge
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr88228.f90
blobcf5bbbe0ae83fe263924940e427b3b272bef3807
1 ! { dg-do compile }
2 ! { dg-options "-fdec" }
3 ! PR fortran/88228
4 program p
5 integer :: n = .not. 1
6 integer :: j = .true. .or. 1
7 end