#include "structures.h"

void test() {
  char *x = mktemp("/tmp/zxcv");
}
