Clang Project

clang_source_code/test/Modules/Inputs/odr_hash-Friend/M1.h
1#include "Box.h"
2
3void Peek() {
4  Box<> Gift;
5  Gift.test();
6}
7