blob: 4a853afc95dbf714d9bd75b5cc850b779846e51e [file]
extern void shim_hello(void);
int main(void) {
shim_hello();
return 0;
}