if (-1 < 10U) {
    foo();
} else {
    bar();
}

Which function is called? (pssst. no cheating with the help of your compiler.)