Artifact [e0d226705d]

Artifact e0d226705d9467a9a0bc7cc99a33ab0aacb40661:


#! /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]