Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(848)

Unified Diff: gcc/testsuite/g++.dg/pph/a0expinstnin.h

Issue 4810074: [pph] small multi-pph tests (Closed) Base URL: svn+ssh://gcc.gnu.org/svn/gcc/branches/pph/
Patch Set: Created 13 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/testsuite/g++.dg/pph/a0expinstinl.h ('k') | gcc/testsuite/g++.dg/pph/a0inline.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/testsuite/g++.dg/pph/a0expinstnin.h
===================================================================
--- gcc/testsuite/g++.dg/pph/a0expinstnin.h (revision 0)
+++ gcc/testsuite/g++.dg/pph/a0expinstnin.h (revision 0)
@@ -0,0 +1,12 @@
+#ifndef A0EXPINSTNIN_H
+#define A0EXPINSTNIN_H
+
+template< typename T >
+int function( T t )
+{
+ return t * 2;
+}
+
+template int function(int);
+
+#endif
« no previous file with comments | « gcc/testsuite/g++.dg/pph/a0expinstinl.h ('k') | gcc/testsuite/g++.dg/pph/a0inline.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b