1  /* { dg-do compile } */
       2  
       3  #include "progmem.h"
       4  
       5  char str[] PROGMEM = "Hallo"; /* { dg-error "must be const" } */
       1  /* { dg-do compile } */
       2  
       3  #include "progmem.h"
       4  
       5  char str[] PROGMEM = "Hallo"; /* { dg-error "must be const" } */