DEBSOURCES
Skip Quicknav
sources / lfortran / 0.58.0-6 / tests / errors / cpp3.f90
12345678
program cpp3 implicit none #define X123 12345678 integer :: x, y x = (2+3)*5 ! Error: `xx` not defined: print *, xx, X123, y end program