1 2 3 4 5 6 7 8
#include <helpers.h> int main() { ASSERT_EQ(0, 0); ASSERT_EQ(291, 0x123); ASSERT_EQ(3405691582, 0xcafebabe); ASSERT_EQ(436, 0664); }