// { dg-do compile } // { dg-options "-Wall" } // Origin: stip@mathematik.uni-ulm.de // Andrew Pinski // PR c++/13106: No return warning when return type is a dependent type. template T dummy() { } int main() { dummy(); }