brintos

brintos / llvm-project-archived public Read only

0
0
Text · 322 B · 129a95f Raw
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