Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/inherit-attribute/
b.h
#include "a.h" void bar() { &Foo::step; }