aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/cpp/pragma-system-header-2.h
blob: a62d9e2685a6a275f230f62b79593fed1e1f935d (plain)
1
2
3
4
5
_Pragma("GCC system_header")
#include "pragma-system-header-1.h"
#pragma GCC warning "this warning should not be output (2)"
_Pragma("unknown")
#include "pragma-system-header-1.h"