2015-05-05 Yvan Roux <yvan.roux@linaro.org>
[official-gcc.git] / gcc / testsuite / gcc.test-framework / dg-outexists-exp-F.c
blob34968a547f6e0ed109f24ff66f219409371a5819
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 { target *-*-* } } } */