Commit cd852e4d by Kriang Lerdsuwanakij Committed by Kriang Lerdsuwanakij

* g++.dg/warn/noreturn-3.C: Also test instantiation.

From-SVN: r74698
parent b5144086
2003-12-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
* g++.dg/warn/noreturn-3.C: Also test instantiation.
2003-12-16 Nathan Sidwell <nathan@codesourcery.com>
PR c++/13387
......
......@@ -7,3 +7,7 @@
// PR c++/13106: No return warning when return type is a dependent type.
template <typename T> T dummy() { }
int main() {
dummy<void>();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment