diff options
Diffstat (limited to 'test/example/c-api-kitchen-sink.c')
-rw-r--r-- | test/example/c-api-kitchen-sink.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/example/c-api-kitchen-sink.c b/test/example/c-api-kitchen-sink.c index 894fc1454..1e762579e 100644 --- a/test/example/c-api-kitchen-sink.c +++ b/test/example/c-api-kitchen-sink.c @@ -1026,6 +1026,8 @@ void test_core() { BinaryenExpressionPrint(funcrefExpr2); + BinaryenExpressionPrint(BinaryenTableSize(module, "0")); + // Memory. One per module const char* segments[] = {"hello, world", "I am passive"}; |