test at [9e75cf906d]

File test artifact c72233bf30 part of check-in 9e75cf906d


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