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