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

Side by Side Diff: gcc/testsuite/g++.dg/pph/x1funcstatic.h

Issue 4550064: [pph] Various Tree Fields (Closed) Base URL: svn+ssh://gcc.gnu.org/svn/gcc/branches/pph/
Patch Set: Created 13 years, 10 months ago
Left:
Right:
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 unified diff | Download patch
OLDNEW
(Empty)
1 #ifndef X1FUNCSTATIC_H
2 #define X1FUNCSTATIC_H
3 static int f() {
4 static int x = 3;
5 return x++;
6 }
7 #endif
OLDNEW

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