error: 'false' undeclared (first use in this function) 14 | bool f = false;

#include <stdbool.h>

int main() {
    bool f = false;
    return 0;
}