File: ccmt.test

package info (click to toggle)
liwc 1.4
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 84 kB
  • ctags: 78
  • sloc: ansic: 380; makefile: 54; sh: 1
file content (7 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
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
Hopefully everything works.