Fix type in the changelog entry,
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / pr20348.h
blob97ef80edbaacf7a6f92393aa0a85575d4d9da4c7
1 #ifdef MIDDLE
2 # ifndef PR20348_H_SEEN
3 # define PR20348_H_SEEN
4 # else
5 # error pr20348.h included twice after MIDDLE definition
6 # endif
7 #else
8 # error pr20348.h included before MIDDLE definition
9 #endif