Compiler projects using llvm
#include "Box.h"

void Peek() {
  Box<> Gift;
  Gift.test();
}