blob: 660469b75a821f82bfaf560665dca60aec590c8f [file] [log] [blame] [edit]
extern void hello();
void _start() {
hello();
}