test at [ad53be24aa]

File test artifact c72233bf30 part of check-in ad53be24aa


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