/trunk/Examples/test-suite/go/wrapmacro_runme.go
# · Go · 11 lines · 9 code · 2 blank · 0 comment · 0 complexity · cc17145323e5a645f0fd45e82e0c7960 MD5 · raw file
- package main
- import "./wrapmacro"
- func main() {
- a := 2
- b := -1
- wrapmacro.Maximum(a, b)
- wrapmacro.Maximum(a/7.0, -b*256)
- wrapmacro.GUINT16_SWAP_LE_BE_CONSTANT(1)
- }