1 /* This is a test.  Should produce 6 SLOC.
2  */
3 #include <stdio.h>
4 #define HI 10
5 
main()6 main() {
7   a = 1; /* hi */
8   "hi"
9 }
10