blob: 9ee3f7da484721ca567c16ceca9c36d42d6f16cd (
plain)
1
2
3
4
5
6
|
/* { dg-options "-I. -Winvalid-pch -fno-unit-at-a-time" } */
#include "valid-3.h"/* { dg-warning "settings for -funit-at-a-time do not match" } */
/* { dg-error "No such file" "" { target *-*-* } 3 } */
/* { dg-error "they were invalid" "" { target *-*-* } 3 } */
int x;
|