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

#include "Box.h"

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