Files
clang-p2996/clang/test/Modules/Inputs/inherit-attribute/b.h
Vaibhav Garg aca191cce1 Re-land 7a527f1777 with fixes.
The original commit was reverted in 58c305f466
due to broken bots. This commit corrects the triple and command line paths.
2020-08-21 14:40:09 -04:00

6 lines
45 B
C

#include "a.h"
void bar() {
&Foo::step;
}