mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 08:23:41 +00:00
cgo: implement bool/float/complex types
This commit is contained in:
committed by
Ron Evans
parent
fab38a0749
commit
da345e8723
Vendored
+6
@@ -8,3 +8,9 @@ global: 3
|
||||
25: 25
|
||||
callback 1: 50
|
||||
callback 2: 600
|
||||
bool: true true
|
||||
float: +3.100000e+000
|
||||
double: +3.200000e+000
|
||||
complex float: (+4.100000e+000+3.300000e+000i)
|
||||
complex double: (+4.200000e+000+3.400000e+000i)
|
||||
complex long double: (+4.300000e+000+3.500000e+000i)
|
||||
|
||||
Reference in New Issue
Block a user