summaryrefslogtreecommitdiff
path: root/test.c
blob: c80d8b6f874318a194060221cf766dc1fcb856db (plain)
1
2
3
4
5
6
int x;
void entry() {
	x += 1;
	__asm__("xor %ebx, %ebx\n"
                "int $0x80\n");
}