blob: cfdd600697ef463e3f67b9bd5af83124827a03ea [file] [log] [blame]
#undef NDEBUG
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <string.h>
#include <assert.h>
#include <Int5.h>
#include <Str4.h>
#include <Utf8-4.h>
#include <VisibleIdentifier.h>
int
main(int ac, char **av) {
(void)ac; /* Unused argument */
(void)av; /* Unused argument */
/*
* No plans to fill it up: just checking whether it compiles or not.
*/
return 0;
}