mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
4 lines
125 B
Text
4 lines
125 B
Text
local ffi = require("@lune/ffi")
|
|
local half_back = 0b_0000_0000_0000_0000_0000_0000_1111_1111
|
|
|
|
print(ffi.i32:box(half_back))
|