diff options
Diffstat (limited to 'test/example/cpp-threads.cpp')
-rw-r--r-- | test/example/cpp-threads.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/example/cpp-threads.cpp b/test/example/cpp-threads.cpp index e59bd5243..af392b5ab 100644 --- a/test/example/cpp-threads.cpp +++ b/test/example/cpp-threads.cpp @@ -24,7 +24,8 @@ void worker() { // Create the add function // Note: no additional local variables - // Note: no basic blocks here, we are an AST. The function body is just an expression node. + // Note: no basic blocks here, we are an AST. The function body is just an + // expression node. BinaryenFunctionRef adder = BinaryenAddFunction(module, "adder", ii, BinaryenTypeInt32(), NULL, 0, ret); |