Artifact e0d226705d9467a9a0bc7cc99a33ab0aacb40661:
- Executable file test — part of check-in [5b5e7e38ed] at 2014-05-06 20:12:23 on branch trunk — Updated to test with package (user: rkeene, size: 189) [annotate] [blame] [check-ins using]
#! /usr/bin/env tclsh
lappend auto_path __TMP__
package require tcc4tcl
tcc4tcl::cproc test {int i} int { return(i+42); }
tcc4tcl::cproc test1 {int i} int { return(i+42); }
puts [test 1]