/cp
[official-gcc.git] / gcc / testsuite / gcc.test-framework / dg-outexistsnot-exp-P.c
blob00260062f7d27f57c9147c95ed55cd4b21342303
1 /* { dg-do compile } */
2 /* { dg-options "-Wunused-value -Werror" } */
4 int main (void) { 0; } /* { dg-error "no effect" } */
6 /* { dg-message "warnings being treated as errors" "" { target *-*-* } 0 } */
7 /* { dg-final { output-exists-not { target *-*-* } } } */