aboutsummaryrefslogtreecommitdiff
path: root/flang/test/Preprocessing/bug890.F90
blob: 0ce2d8c3f156933cb3ed2be369f0a5cb1355728b (plain)
1
2
3
4
5
6
! RUN: %flang -E %s 2>&1 | FileCheck %s
!CHECK: subroutine sub()
#define empty
subroutine sub ( &
  empty)
end