@ -7,3 +7,6 @@
#pragma once
#define BIT(x) (1 << x)
#define CONCAT_IMPL(a, b) a##b
#define CONCAT(a, b) CONCAT_IMPL(a, b)