• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Verify that -include isn't included twice with -save-temps.
2 // RUN: %clang -S -o - %s -include %t.h -save-temps -### 2> %t.log
3 // RUN: grep '"-include' %t.log | count 1
4 
5