bug and eggs; zanastardust (CC BY 2.0)
int pocitej(int a, int b) { return a / b; }
pocitej(10, 2);
pocitej(1, 0);