blob: c9ab0e9f76394a6ddc09813f4202292b73e6622f [file] [log] [blame]
/* { 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} } } */