~john-koepi/ubuntu/trusty/golang/default

« back to all changes in this revision

Viewing changes to src/cmd/godefs/testdata_darwin_amd64.golden

  • Committer: Bazaar Package Importer
  • Author(s): Ondřej Surý
  • Date: 2011-08-03 17:04:59 UTC
  • mfrom: (14.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110803170459-wzd99m3567y80ila
Tags: 1:59-1
* Imported Upstream version 59
* Refresh patches to a new release
* Fix FTBFS on ARM (Closes: #634270)
* Update version.bash to work with Debian packaging and not hg
  repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
}