nest-sanity-checks/sanity.c

7 lines
121 B
C

#include <stdlib.h>
#include "runtime-config.h"
#include "notify.h"
int main() {
notify_init_early();
notify_init();
}