1 ! RUN: %flang -E %s 2>&1 | FileCheck --strict-whitespace %s
4 #define ADD(x,y) (x)+(y)
5 !CHECK: integer :: j = (1)+( 2)
8 !CHECK:1 format('This is a very long output literal edit descriptor for a F&
9 !CHECK: &ORMAT statement, and it will require statement continuation.')
10 1 format('This is a very long output literal edit descriptor for a FORMAT statement, and it will require statement continuation.')
24 !CHECK: end PROGRAM Main