blob: 944b3caa0ada40274b3ab9a1ea227396e7e9abc3 [file] [log] [blame]
/* See LICENSE file for copyright and license details. */
#include <errno.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../gen/bidirectional-test.h"
#include "../grapheme.h"
#include "util.h"
#define NUM_ITERATIONS 100000
int
main(int argc, char *argv[])
{
(void)argc;
(void)argv;
return 0;
}