aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.2.1/gcc/testsuite/gcc.test-framework/dg-outexistsnot-exp-P.c
blob: 0076752410b3aeac27bf68acab031b5a70efe6c1 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-W -Werror" } */

int main (void) { 0; }   /* { dg-warning "no effect" } */

/* { dg-warning "warnings being treated as errors" "" { target *-*-* } 0 } */
/* { dg-final { output-exists-not { target *-*-* } } } */