// No BOM and only basic ASCII in this file, or a neko will die #include "stdafx.h" static_assert(be_t(1) + be_t(2) + be_t(3) == 6); static_assert(le_t(1) + le_t(2) + le_t(3) == 6);