1 // { dg-options "-Wall" }
2 
3 #define FOO "foo"
4 const char *p = "bar"FOO;	// { dg-warning "macro" }
5