blob: c1e308dfcd85d1bbf0bf97ff83f5bbabf2b7eec5 [file] [log] [blame]
/* Copyright (C) 2008 Free Software Foundation, Inc. */
/* PR preprocessor/22168 */
/* { dg-do preprocess }
{ dg-options -Wdeprecated } */
#if #foo(bar) /* { dg-warning "deprecated" } */
int x;
#else
int y;
#endif
#assert zzz(a) /* { dg-warning "deprecated" } */
#unassert yyy /* { dg-warning "deprecated" } */