summaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/cpp/pr93452-2.c
blob: c9ab0e9f76394a6ddc09813f4202292b73e6622f (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do preprocess } */
/* { dg-additional-options "-dD" } */

#if __has_include ("who cares" )
#endif
int main ()
{
  return 0;
}

/* { dg-final { scan-file-not pr93452-2.i {__has_include} } } */