Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.target / avr / progmem-error-1.c
blobcf53cc8e92be9d361abd51375d867521bf324b75
1 /* { dg-do compile } */
3 #include "progmem.h"
5 char str[] PROGMEM = "Hallo"; /* { dg-error "must be const" } */