File: ccmt.test

package info (click to toggle)
liwc 1.21-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 144 kB
  • sloc: ansic: 431; makefile: 39; 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.