ssl_des/t/test_test.c

9 lines
144 B
C
Raw Normal View History

2018-10-08 02:39:31 +03:00
#define MUNIT_ENABLE_ASSERT_ALIASES
#include "munit.h"
int main(int argc, char** argv) {
(void)argc;
(void)argv;
assert_int(argc, ==, 1);
}