test at [55874bc4e8]

File test artifact c72233bf30 part of check-in 55874bc4e8


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