blob: 0a8e0d1baa4be5e916b88c0d18287a6b26b11fe8 [file] [log] [blame]
#include <stdio.h>
void hello_from_both();
int main(void) {
hello_from_both();
}