Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / g++.dg / cpp1y / auto-fn14.C
1 // PR c++/56177
2 // { dg-options "-std=c++1y" }
3
4 auto f ();
5 auto f () { return 33; }