ssl_des/t/test_test.c
2018-10-08 02:39:31 +03:00

8 lines
144 B
C

#define MUNIT_ENABLE_ASSERT_ALIASES
#include "munit.h"
int main(int argc, char** argv) {
(void)argc;
(void)argv;
assert_int(argc, ==, 1);
}