diff options
author | Ayke van Laethem <[email protected]> | 2018-11-30 12:45:38 +0100 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2018-12-10 15:38:03 +0100 |
commit | c6069476a7d7f16bbd000004bf574a46d5d2222f (patch) | |
tree | 075a917dd973219f7845b93a148b94bbd1731f7e /testdata/cgo/out.txt | |
parent | 0af7da9bff101070999cfe6a959f8c0791365243 (diff) | |
download | tinygo-c6069476a7d7f16bbd000004bf574a46d5d2222f.tar.gz tinygo-c6069476a7d7f16bbd000004bf574a46d5d2222f.zip |
cgo: do not rely on stdint.h to be available
Diffstat (limited to 'testdata/cgo/out.txt')
-rw-r--r-- | testdata/cgo/out.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/cgo/out.txt b/testdata/cgo/out.txt index 5f222ce04..d6d208731 100644 --- a/testdata/cgo/out.txt +++ b/testdata/cgo/out.txt @@ -1,5 +1,5 @@ fortytwo: 42 -mul: 15 add: 8 myint: 3 5 +myint size: 2 longlong: -1099511627776 |