Files
RedBear-OS/local/recipes/dev/meson/source/test cases/rust/5 polyglot static/prog.c
T

8 lines
87 B
C

#include <stdio.h>
void hello_from_both();
int main(void) {
hello_from_both();
}