blob: 5b1a914a2c9e3561c8e74592b227066213595121 [file] [log] [blame]
! RUN: %flang -fc1 -fdebug-unparse %s 2>&1 | FileCheck %s
! CHECK: PRINT *, 2_4
#define a ,3
print *, mod(5 a)
end