brintos

brintos / llvm-project-archived public Read only

0
0
Text · 265 B · 85fed46 Raw
8 lines · plain
1!RUN: %flang -fsyntax-only -pedantic -I %S/Inputs/ %s 2>&1 | FileCheck %s2!CHECK: warning: SAVE attribute was already specified on 'x'3!CHECK: portability: #include: extra stuff ignored after file name4save x5save x6#include <empty.h>    crud after header name7end8