#include <liburing.h>

int main(void) {
	io_uring_free_probe(0);
	return 0;
}