PR target/84226
[official-gcc.git] / gcc / testsuite / gcc.target / avr / progmem-warning-1.c
blob67af05fe5b3c496fa60a3d780efd50e8c49f909b
1 /* PR target/34734 */
2 /* { dg-do compile } */
3 /* { dg-options "-Wuninitialized" } */
5 #include "progmem.h"
7 const char c PROGMEM; /* { dg-warning "uninitialized variable 'c' put into program memory area" } */