DEBSOURCES
Skip Quicknav
sources / kcov / 43%2Bdfsg-1 / tests / unit-tests / second-source.c
12345678
int mibb(int a) { // "Hej" and 'hej' means HTML escaping! \ is another escape if (a < 5 && a > 3) return 0; return a - 1; }