Skip to content
Snippets Groups Projects
Commit efa53fcf authored by Lev Walkin's avatar Lev Walkin
Browse files

test for compilability

parent 5d383288
No related branches found
No related tags found
No related merge requests found
#undef NDEBUG
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <string.h>
#include <assert.h>
#include <Type.h>
int
main(int ac, char **av) {
Type_t t;
(void)ac; /* Unused argument */
(void)av; /* Unused argument */
memset(&t, 0, sizeof(t));
/*
* No plans to fill it up: just checking whether it compiles or not.
*/
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment