Compiler projects using llvm
#include "Box.h"
void x() {
  Box<> Unused;
  //Unused.test();
}