Fix PR c++/69139 (deduction failure with trailing return type)
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / warn_cxx0x4.C
blobc3f0cf552125e1a232c2ac59c777b2b98e3c63e7
1 // { dg-options "-Wall" }
3 #define FOO "foo"
4 const char *p = "bar"FOO;       // { dg-warning "macro" }