File: e_16.c

package info (click to toggle)
mcpp 2.7.2-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 8,152 kB
  • ctags: 29,136
  • sloc: ansic: 35,238; sh: 9,241; makefile: 176; cpp: 84; exp: 18
file content (12 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
/* e_16.c:  Trailing junk of #else, #endif. */

/* { dg-do preprocess } */

/* 16.1:    Trailing junk of #else. */
#define MACRO_0     0
#if     MACRO_0
#else   MACRO_0     /* { dg-error "extra tokens|text following| Excessive token sequence" } */

/* 16.2:    Trailing junk of #endif.    */
#endif  MACRO_0     /* { dg-error "extra tokens|text following| Excessive token sequence" } */