xref: /llvm-project/flang/test/Driver/message-merging.f90 (revision f2e808932ceddf503897d0b5c75bc22fb3262349)
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
4save x
5save x
6#include <empty.h>    crud after header name
7end
8