brintos

brintos / llvm-project-archived public Read only

0
0
Text · 276 B · 91fbfc9 Raw
11 lines · plain
1! RUN: %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s2!CHECK: warning: Unrecognized compiler directive was ignored3!DIR$ Not a recognized directive4program main5 contains6  !CHECK: warning: Compiler directive ignored here7  !DIR$ not in a subprogram8  subroutine s9  end10end11