blob: 9e3c732d35cdba985810a4ca3010464d4c09cdf1 [file] [log] [blame]
/* 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" } } */