aboutsummaryrefslogtreecommitdiff
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@");
}