2 // RUN: rm -rf %t && mkdir -p %t/real/myproj && mkdir -p %t/links
3 // RUN: touch %t/real/foo.h && ln -s %t/real/foo.h %t/links/foo.h
4 // RUN: touch %t/real/foobar.h && ln -s %t/real/foobar.h %t/links/foobar.h
5 // RUN: touch %t/real/myproj/test.h && ln -s %t/real/myproj %t/links/myproj
7 // Suggest symlinked header files.
9 // RUN: %clang -fsyntax-only -I%t/links -Xclang -code-completion-at=%s:%(line-1):13 %s | FileCheck -check-prefix=CHECK-1 %s
13 // Suggest symlinked folder.
15 // RUN: %clang -fsyntax-only -I%t/links -Xclang -code-completion-at=%s:%(line-1):13 %s | FileCheck -check-prefix=CHECK-2 %s