Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
odr_hash-Friend
/
M2.h
1
#include "Box.h"
2
void x() {
3
Box<> Unused;
4
//Unused.test();
5
}
6