summaryrefslogtreecommitdiffstats
path: root/test cases/rust/17 staticlib link staticlib/prog.c
blob: 853391e097c38ad0c93afba207714b1dfb9512b4 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int what_have_we_here();

int main(void) {
    printf("printing %d\n", what_have_we_here());
}