summaryrefslogtreecommitdiffstats
path: root/test cases/rust/5 polyglot static/prog.c
blob: 0a8e0d1baa4be5e916b88c0d18287a6b26b11fe8 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

void hello_from_both();

int main(void) {
    hello_from_both();
}