File: ccmt.test

package info (click to toggle)
liwc 1.21-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 140 kB
  • ctags: 84
  • sloc: ansic: 431; makefile: 38; sh: 1
file content (8 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
This is a test file without C++ comments.
/* this is a comment // */
"this is a string literal \""
'this is a character literal \''
// this is a C++ comment
// another line of C++ comments
// a troublesome C++ comment */
Hopefully everything works.