Compiler projects using llvm
#include "Box.h"
#include "M2.h"

void Party() {
  Box<> Present;
  Present.test();
}