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