• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // RUN: %clang -M -MG -include nonexistent-preinclude.h %s > %t
2 // RUN: fgrep nonexistent-preinclude.h %t
3 // RUN: fgrep nonexistent-ppinclude.h %t
4 
5 #include "nonexistent-ppinclude.h"
6