brintos

brintos / llvm-project-archived public Read only

0
0
Text · 549 B · 7da4751 Raw
19 lines · plain
1! RUN: %flang -pedantic -I%S -E %s 2>&1 | FileCheck %s2! CHECK-NOT: :3:3#include <empty.h> ! comment4! CHECK-NOT: :5:5#include <empty.h> /* comment */6! CHECK-NOT: :7:7#include <empty.h> !comment8! CHECK: :9:10: portability: #include: extra stuff ignored after file name9#include <empty.h> comment10! CHECK-NOT: :11:11#include "empty.h" ! comment12! CHECK-NOT: :13:13#include "empty.h" /* comment */14! CHECK-NOT: :15:15#include "empty.h" !comment16! CHECK: :17:10: portability: #include: extra stuff ignored after file name17#include "empty.h" comment18end19