github.com/aykevl/tinygo@v0.5.0/testdata/cgo/out.txt (about)

     1  fortytwo: 42
     2  add: 8
     3  myint: 3 5
     4  myint size: 2
     5  longlong: -1099511627776
     6  global: 3
     7  15: 15
     8  25: 25
     9  callback 1: 50
    10  callback 2: 600
    11  bool: true true
    12  float: +3.100000e+000
    13  double: +3.200000e+000
    14  complex float: (+4.100000e+000+3.300000e+000i)
    15  complex double: (+4.200000e+000+3.400000e+000i)
    16  complex long double: (+4.300000e+000+3.500000e+000i)
    17  struct: true 256 -123456 +3.140000e+000
    18  array: 5 6 7
    19  union: true
    20  union s: 22
    21  union f: +3.140000e+000
    22  union global data: 5 8 1
    23  union local data:  5 8 1
    24  union s method: -33 false
    25  union f: +6.280000e+000
    26  union field: +6.280000e+000
    27  n in chain: 3
    28  n in chain: 6
    29  n in chain: 7