summaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/cpp/spaceship-1.c
blob: a3dc38dd325beec021de9d9af47fe5c814451058 (plain)
1
2
3
4
5
6
/* { dg-do preprocess } */
/* { dg-options "-std=c11" { target c } } */

#define A(x, y) x##y
A(<=, >)	/* { dg-error "does not give a valid preprocessing token" "" { target { ! c++2a } } } */
A(<=>, >)	/* { dg-error "does not give a valid preprocessing token" "" { target c++2a } } */