diff options
Diffstat (limited to 'test cases/rust/5 polyglot static/prog.c')
-rw-r--r-- | test cases/rust/5 polyglot static/prog.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test cases/rust/5 polyglot static/prog.c b/test cases/rust/5 polyglot static/prog.c new file mode 100644 index 0000000..0a8e0d1 --- /dev/null +++ b/test cases/rust/5 polyglot static/prog.c @@ -0,0 +1,7 @@ +#include <stdio.h> + +void hello_from_both(); + +int main(void) { + hello_from_both(); +} |