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

#include "progmem.h"

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