#include "fio.h" int main(int argc, char const *argv[]) { fio_test(); (void)argc; (void)argv; return 0; }