aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/avr/progmem-error-1.c
blob: cf53cc8e92be9d361abd51375d867521bf324b75 (plain)
1
2
3
4
5
/* { dg-do compile } */

#include "progmem.h"

char str[] PROGMEM = "Hallo"; /* { dg-error "must be const" } */