Files
llvm-project/clang/test/Modules/Inputs/decl.h
Douglas Gregor 4a814568b2 When name lookup comes across a declaration that is in a module that
is not visible, look for any previous declarations of that entity that
might be visible.

llvm-svn: 146563
2011-12-14 16:03:29 +00:00

3 lines
30 B
Objective-C

@class A;
typedef struct B B;