brintos

brintos / llvm-project-archived public Read only

0
0
Text · 202 B · 203dbde Raw
7 lines · c
1// RUN: not %clang_cc1 -E -frewrite-includes %s -o - 2>&1 | FileCheck %s2 3#include "this file does not exist.foo"4#include "this file also does not exist.foo"5 6CHECK: fatal error: {{.*}} file not found7