summaryrefslogtreecommitdiff
path: root/test cases/rust/23 crt-static/lib.c
blob: f18e504a30eb421384bd3703347b0cd6f85c9cb6 (plain)
1
2
3
4
5
6
#include <stdio.h>

void test_function(void)
{
    puts("Hello, world!");
}