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

Delta Between Two Patch Sets: test/fixedbugs/issue7995b.dir/x2.go

Issue 97500044: code review 97500044: cmd/gc: correct handling of globals, func args, results (Closed)
Left Patch Set: diff -r 712f6b41d382 https://code.google.com/p/go/ Created 10 years, 10 months ago
Right Patch Set: diff -r f099be9eddaa https://code.google.com/p/go/ Created 10 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:
Right: Side by side diff | Download
« no previous file with change/comment | « test/fixedbugs/issue7995b.dir/x1.go ('k') | test/nilptr3.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 package main
2
3 import "./x1"
4
5 func main() {
6 s := x1.F(&x1.P)
7 if s != "100 100\n" {
8 println("BUG:", s)
9 }
10 }
LEFTRIGHT

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