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

Delta Between Two Patch Sets: src/cmd/godefs/testdata_darwin_amd64.golden

Issue 4528123: code review 4528123: godefs: rudimentary tests (Closed)
Left Patch Set: diff -r d9401fa9dc01 https://go.googlecode.com/hg/ Created 13 years, 10 months ago
Right Patch Set: diff -r a1af950dcb9c https://go.googlecode.com/hg/ Created 13 years, 9 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 | « src/cmd/godefs/testdata_darwin_386.golden ('k') | src/run.bash » ('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 // ./godefs -g test -f-m64 testdata.c
2
3 // MACHINE GENERATED - DO NOT EDIT.
4
5 package test
6
7 // Constants
8
9 // Types
10
11 type T2 struct {
12 A uint8;
13 Pad_godefs_0 [3]byte;
14 B uint32;
15 C uint32;
16 D uint16;
17 Pad_godefs_1 [2]byte;
18 }
19
20 type T3 struct {
21 A uint8;
22 Pad_godefs_0 [3]byte;
23 Pad0 int32;
24 }
25
26 type T4 struct {
27 }
28
29 type T5 struct {
30 A *T4;
31 }
LEFTRIGHT

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