1/* Copyright (C) 2006 Free Software Foundation, Inc.  */
2/* PR preprocessor/28709 */
3
4/* { dg-do compile } */
5#define foo - ## >>
6foo;
7/* { dg-error "expected identifier.*'-'" "" { target *-*-* } 6 } */
8/* { dg-error pasting "" { target *-*-* } 6 } */
9