Git fork
at reftables-rust 6 lines 88 B view raw
1#include "clar.h" 2 3void test_example__simple_assert(void) 4{ 5 cl_assert_equal_i(1, 1); 6}