blob: f632b1e43e6369936485abca9c90b3de982434dd [file] [log] [blame]
/* This is only a compilation test, to see if we have libevent installed. */
#include <event2/event.h>
int main() {
event_base_new();
return 0;
}