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

Unified Diff: test/fixedbugs/bug467.dir/p2.go

Issue 6813067: code review 6813067: cmd/gc: fix incomplete export data when inlining with l... (Closed)
Patch Set: diff -r b832655cc1e8 https://go.googlecode.com/hg/ Created 11 years, 5 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 | « test/fixedbugs/bug467.dir/p1.go ('k') | test/fixedbugs/bug467.dir/p3.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fixedbugs/bug467.dir/p2.go
===================================================================
new file mode 100644
--- /dev/null
+++ b/test/fixedbugs/bug467.dir/p2.go
@@ -0,0 +1,5 @@
+package p2
+
+import "./p1"
+
+func SockUnix() error { var s *p1.SockaddrUnix; return s }
« no previous file with comments | « test/fixedbugs/bug467.dir/p1.go ('k') | test/fixedbugs/bug467.dir/p3.go » ('j') | no next file with comments »

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