URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [mac-dir-2.c] - Rev 12
Compare with Previous | Blame | View Log
/* 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-warning "not portable" } */ 1) #endif