aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/inherit-attribute/b.h
blob: 9cd1f55b9d33d6f33bb05d2ca1ac9e15e1892776 (plain)
1
2
3
4
5
#include "a.h"

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