From b0f054e600bd07f540ac0a081dd8b5a8cc561617 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 8 Sep 2022 16:38:36 -0400 Subject: Add ability to initialize Pl_Function with a C-style function --- libtests/qtest/pl_function/exp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libtests/qtest/pl_function') diff --git a/libtests/qtest/pl_function/exp b/libtests/qtest/pl_function/exp index fd2ea1bc..930240d9 100644 --- a/libtests/qtest/pl_function/exp +++ b/libtests/qtest/pl_function/exp @@ -1,2 +1,11 @@ p1: 6: potato p2: 5: salad +got one(3) +got two(3) +got three(5) +three threw c-function function returned code 1 +got four(4) +signed got potato(6) +signed got salad(5) +salad threw c-function function returned code 2 +signed got quack(5) -- cgit v1.2.3-54-g00ecf