[libcxx] Use alias for detecting overriden function (#120805)
[llvm-project.git] / clang / test / Modules / Inputs / odr_hash-Friend / M2.h
blob69f08a957ede86a3f0558764da79389ae09af60e
1 #include "Box.h"
2 void x() {
3 Box<> Unused;
4 //Unused.test();