(import (chicken base)) (import bind) #> int test() { return 42; } <# (bind-file "test.h") ; contains a single line, "int test();" (print (test))