(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
avr/
progmem-error-1.c
       1  /* { dg-do compile } */
       2  
       3  #include "progmem.h"
       4  
       5  char str[] PROGMEM = "Hallo"; /* { dg-error "must be const" } */