blob: ab08a4f838a904c0e7741ec66f5400c146bb1ca1 [file] [edit]
!RUN: %flang_fc1 -fdebug-unparse %s 2>&1 | FileCheck %s
!CHECK-NOT: ERROR STOP
!CHECK: CONTINUE
#if defined UNDEFINED
error stop
#endif
#if !defined UNDEFINED
continue
#endif
end