blob: 5adbcd6727805c5acfd88a4d0cbd49504ec7c371 [file] [log] [blame]
c { dg-do run }
DO I = 0, 255
IF (ICHAR(CHAR(I)) .NE. I) CALL ABORT
ENDDO
END