llvm/clang/test/Modules/Inputs/inherit-attribute/b.h

#include "a.h"

void bar() {
  &Foo::step;
}