Adding more Jenkins tests

This commit is contained in:
retropikzel 2025-06-25 06:31:16 +03:00
parent 779997dd1e
commit 5b8d79ef98
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
(foreign c)) (foreign c))
(define-c-procedure c-puts libc 'puts 'int '(pointer)) (define-c-procedure c-puts libc 'puts 'int '(pointer))
(c-puts "Hello from C!") (c-puts (string->c-utf8 "Hello from C!"))