PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / c-c++-common / missing-header-2.c
bloba634703f39a52e055fc8c4da44e6dd29fe910b2a
1 /* { dg-options "-fdiagnostics-show-caret" } */
2 #include <this-file-does-not-exist.h> /* { dg-error "10: this-file-does-not-exist.h: No such file or directory" } */
4 /* { dg-begin-multiline-output "" }
5 #include <this-file-does-not-exist.h>
6 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 compilation terminated.
8 { dg-end-multiline-output "" } */