blob: f18e504a30eb421384bd3703347b0cd6f85c9cb6 [file]
#include <stdio.h>
void test_function(void)
{
puts("Hello, world!");
}