1 | // RUN: %clang_cc1 -isystem %S %s -fsyntax-only -verify |
---|---|
2 | |
3 | #include <warn-in-system-header.h> |
4 | // expected-warning@warn-in-system-header.h:4 {{the cake is a lie}} |
5 |
1 | // RUN: %clang_cc1 -isystem %S %s -fsyntax-only -verify |
---|---|
2 | |
3 | #include <warn-in-system-header.h> |
4 | // expected-warning@warn-in-system-header.h:4 {{the cake is a lie}} |
5 |