master hovercats/oakiss / probe / HAVE_INLINE_ASM
1int main(void) {
2	__asm__("");
3	return 0;
4}