Add __builtion_unreachable to vector::size(), vector::capacity()
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / auto-fn53.C
blob1c04bb55c34c95343f9e86984096e85494bfb81a
1 // PR c++/86942
2 // { dg-do compile { target c++14 } }
4 using T = decltype(auto) () -> int; // { dg-error "11:invalid use of" }