index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
cmake
/
target_library
/
srcfile.cmake
blob: 10e9e6f8c1daf907dc79bea3b4e63e1a70ab1f4e (
plain
)
1
2
3
4
5
6
#include <stdio.h>
void
@TEST_FUNCTION_NAME@()
{
printf
(
"@TEST_FUNCTION_NAME@"
)
;
}