test at [1ffb02b806]

File test artifact c72233bf30 part of check-in 1ffb02b806


#! /usr/bin/env tclsh

source tcc4tcl.tcl
tcc4tcl::cproc test {int i} int { return(i+42); }
tcc4tcl::cproc test1 {int i} int { return(i+42); }
puts [test 1]