From 91e38285dc27e5dbac3291258342835fc3e90eab Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 11 Jul 2016 14:46:57 -0700 Subject: add a tracing option to the c api, which logs out a runnable program from c api calls --- test/example/c-api-hello-world.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/example/c-api-hello-world.c') diff --git a/test/example/c-api-hello-world.c b/test/example/c-api-hello-world.c index e4a8a1cad..9117c5762 100644 --- a/test/example/c-api-hello-world.c +++ b/test/example/c-api-hello-world.c @@ -25,5 +25,7 @@ int main() { // Clean up the module, which owns all the objects we created above BinaryenModuleDispose(module); + + return 0; } -- cgit v1.2.3