int test(void) { int k, j; if (k == 0) asm("\tlda\t#5"); return 5; else return 0; }