scc
simple C compiler
git clone
git://git.2f30.org/scc
Log
|
Files
|
Refs
|
README
|
LICENSE
0006-endif.c (68B)
1
/*
2
PATTERN:
3
0006-endif.c:7: error: #endif without #if
4
.
5
*/
6
7
#endif
8