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

Unified Diff: gcc/testsuite/g++.dg/pph/c3typedef.cc

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/c3rawstruct.s ('k') | gcc/testsuite/g++.dg/pph/c3variables.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/testsuite/g++.dg/pph/c3typedef.cc
===================================================================
--- gcc/testsuite/g++.dg/pph/c3typedef.cc (revision 0)
+++ gcc/testsuite/g++.dg/pph/c3typedef.cc (revision 0)
@@ -0,0 +1,7 @@
+#include "c0typedef1.h"
+#include "c0typedef2.h"
+
+int main()
+{
+ return func1( func2( 0 ) );
+};
« no previous file with comments | « gcc/testsuite/g++.dg/pph/c3rawstruct.s ('k') | gcc/testsuite/g++.dg/pph/c3variables.cc » ('j') | no next file with comments »

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