12 lines · plain
1!RUN: %flang_fc1 -fdebug-unparse -fopenmp %s | FileCheck %s2 3! To trigger the crash, -fsyntax-only was sufficient, but when everything4! is correct, it won't produce any output. To get something to check on5! success, run unparse, which does run semantic checks.6 7block data8end9 10!CHECK: BLOCK DATA11!CHECK: END BLOCK DATA12