[C++20] [Modules] Fix may-be incorrect ADL for module local entities (#123931)
[llvm-project.git] / clang / test / Modules / Inputs / module-name-used-by-objc-bridge / InterfaceBridge.h
blob63f6399a806ceaa3adff156f1f318be071a871f8
1 typedef struct __attribute__((objc_bridge(Interface))) Foo *Bar;