1 /* { dg-do compile } */ 2 3 #include "progmem.h" 4 5 char str[] PROGMEM = "Hallo"; 6 /* This is the line number of the PROGMEM definition in progmem.h. Keep it 7 absolute. */ 8 /* { dg-error "must be const" "" { target avr-*-* } 1 } */ 9