blob: 20600977399676e6340742b306f36029f2b873e2 [file] [log] [blame]
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Source: Neil Booth, 26 Feb 2002.
Test that we allow directives in macro arguments. */
/* { dg-do preprocess } */
#define f(x) x
f (
#if 1 /* { dg-error "embedding a directive within macro" } */
1)
#endif