llvm/clang/test/Modules/Inputs/odr_hash-Friend/M2.h

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