File: test_include2.mw

package info (click to toggle)
mwrap 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,548 kB
  • sloc: cpp: 3,315; python: 1,850; ansic: 856; makefile: 258; lex: 233; sh: 145
file content (2 lines) | stat: -rw-r--r-- 56 bytes parent folder | download | duplicates (9)
1
2
$int add2(int i) { return i+2; }
# int j = add2(int 2);