libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / Wimplicit-function-declaration-c99-2.c
blobd65abc9670ce6f4c90c16155c329fb57515ac391
1 /* { dg-do compile } */
2 /* { dg-options "-std=c99" } */
4 void f(void)
5 {
6 puts("Hello"); /* { dg-error "implicit declaration of function" } */