mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 12:33:42 +00:00
01f6aff422
Global variables (like functions) must be declared in the import "C" preamble and can then be used from Go.
7 lines
80 B
Plaintext
7 lines
80 B
Plaintext
fortytwo: 42
|
|
add: 8
|
|
myint: 3 5
|
|
myint size: 2
|
|
longlong: -1099511627776
|
|
global: 3
|