(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
avr/
mmcu/
tiny-memx.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-mmcu=avrtiny" } */
       3  
       4  const __memx char ascmonth[] = "Jan"; /* { dg-error "not supported" } */