/* Test warnings generated by #pragma implementation in the wrong place. */ /* { dg-do preprocess } */ #pragma implementation "stdlib.h" /* { dg-bogus "appears after" "stdlib.h" } */ #include #include #pragma implementation "stdio.h" /* { dg-warning "appears after" "stdio.h" } */