[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git] / flang / test / Driver / message-merging.f90
blob85fed4669eb5f223f6420313e342c00215e40694
1 !RUN: %flang -fsyntax-only -pedantic -I %S/Inputs/ %s 2>&1 | FileCheck %s
2 !CHECK: warning: SAVE attribute was already specified on 'x'
3 !CHECK: portability: #include: extra stuff ignored after file name
4 save x
5 save x
6 #include <empty.h> crud after header name
7 end