blob: f0986e492384679b942429d90934584d76f26377 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* { dg-do preprocess } */
/* { dg-additional-options "-fdirectives-only" } */
int main ()
{
return 0;
}
/* A regexp that doesn't match itself! */
/* { dg-final { scan-file-not pr93452-1.i {_[_]has_include} } } */
|