2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / spacing2.c
blob6cfa5a3d35ad6f4ab80700a13fcd12ca1fae80ad
1 /* Copyright (C) 2001, 2003 Free Software Foundation, Inc. */
3 /* { dg-do preprocess } */
5 /* We used to output an unnecessary leading space, leading to Emacs
6 confusion with its Makefile abuse.
8 Neil Booth, 12 Oct 2001. */
10 #define EMPTY
11 #define foo bar
13 a = EMPTY
14 foo.. /* No leading space on output. */
16 /* { dg-final { scan-file spacing2.i "(^|\n)bar\.\." } } */