Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / c-c++-common / missing-header-4.c
blobd528d0dfc7231c09620a4fa260884679ec26ed1b
1 /* { dg-options "-fdiagnostics-show-caret -Wno-deprecated" } */
2 #import "this-file-does-not-exist.h" /* { dg-error "9: this-file-does-not-exist.h: No such file or directory" } */
4 /* { dg-begin-multiline-output "" }
5 #import "this-file-does-not-exist.h"
6 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 compilation terminated.
8 { dg-end-multiline-output "" } */