mirror of
https://github.com/pocketpy/pocketpy
synced 2025-12-07 10:40:16 +00:00
Update common.h
This commit is contained in:
parent
8f94979e4c
commit
e33816b64b
@ -66,6 +66,7 @@ using i64 = int64_t; // always 64-bit
|
|||||||
using f64 = double; // always 64-bit
|
using f64 = double; // always 64-bit
|
||||||
|
|
||||||
static_assert(sizeof(i64) == 8);
|
static_assert(sizeof(i64) == 8);
|
||||||
|
static_assert(sizeof(f64) == 8);
|
||||||
|
|
||||||
struct DummyInstance { };
|
struct DummyInstance { };
|
||||||
struct DummyModule { };
|
struct DummyModule { };
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user