#include "structures.h"

void test() {
  mkstemp("XX");
}
