PR c++/51420
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr51420.C
blobaec8cb1fcbcfd0c61a8dd45f94b2295c77f20bdd
1 // { dg-options "-std=c++11" }
3 void
4 foo()
6   float x = operator"" _F();  //  { dg-error  "was not declared in this scope" }
7   float y = 0_F;  //  { dg-error  "unable to find numeric literal operator" }