blob: cbe94a898e34771d9548a3d512f9f7ee0871368d [file] [log] [blame]
// PR c++/91678 - wrong error with decltype and location wrapper.
// { dg-do compile { target c++11 } }
float* test(float* c) { return (decltype(c + 0))(float*)c; }