Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
llvm-project-archived
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Issues
2
Discussions
0
Wiki
0
Insights
llvm-project-archived
/
clang
/
test
/
Modules
/
Inputs
/
odr_hash-Friend
/
M3.h
Text
·
86 B
·
ab457e0
Raw
8 lines · c
1
#include "Box.h"
2
#include "M2.h"
3
4
void Party() {
5
Box<> Present;
6
Present.test();
7
}
8