1  /* PR target/34734 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-Wuninitialized" } */
       4  
       5  #include "progmem.h"
       6  
       7  const char c PROGMEM; /* { dg-warning "uninitialized variable 'c' put into program memory area" } */