blob: 9e3c732d35cdba985810a4ca3010464d4c09cdf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* Copyright (C) 2002, 2003 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-dD -dM" } */
/* Test -dD -dM does not fail. It should give the same output
as plain -dM. */
#define foo bar
#define funlike(like) fun like
int variable;
/* { dg-final { scan-file cmdlne-dD-dM.i "(^|\\n)#define foo bar($|\\n)" } }
{ dg-final { scan-file-not cmdlne-dD-dM.i "variable" } } */
|