File: test014

package info (click to toggle)
pmccabe 2.5
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 424 kB
  • ctags: 450
  • sloc: ansic: 2,663; cpp: 1,080; sh: 345; makefile: 92
file content (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
/* test from xianjie zhang */
void
main(void)
{
if ( test(var1, class)) { /* this line causes problem */
}
}