test at [e8cbf3c10e]

File test artifact c72233bf30 part of check-in e8cbf3c10e


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