aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/rust/16 internal c dependencies/lib.c
blob: e852de6c5c00cca745303819299089ee401bd4b9 (plain)
1
2
3
4
5
6
#include <stdio.h>
#include "lib.h"

void c_func(void) {
    printf("This is a " MODE " C library\n");
}