2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / paste13.c
blobe59c20996568c820e0c314c0b8b4cbc49d2d9538
1 /* Copyright (C) 2000 Free Software Foundation, Inc. */
3 /* { dg-do preprocess } */
5 /* This used to be recognized as a comment when lexing after pasting
6 spellings. Neil Booth, 9 Oct 2002. */
8 #define a /##/=
9 a /* { dg-warning "valid preprocessing tok" } */