annotate gcc/testsuite/gcc.dg/cpp/20000628-1a.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 /* Included from 20000628-1.h. This header is supposed to be seen
kono
parents:
diff changeset
2 exactly three times. */
kono
parents:
diff changeset
3
kono
parents:
diff changeset
4 #if !defined A
kono
parents:
diff changeset
5 #define A
kono
parents:
diff changeset
6 int a;
kono
parents:
diff changeset
7 #elif !defined B
kono
parents:
diff changeset
8 #define B
kono
parents:
diff changeset
9 int b;
kono
parents:
diff changeset
10 #elif !defined C
kono
parents:
diff changeset
11 #define C
kono
parents:
diff changeset
12 int c;
kono
parents:
diff changeset
13 #else
kono
parents:
diff changeset
14 #error Included a fourth time
kono
parents:
diff changeset
15 #endif