infer_clone/infer/tests/codetoanalyze/c/frontend/booleans/bool_example.c

11 lines
126 B

/*
* Copyright (c) 2013 - Facebook.
* All rights reserved.
*/
#include <stdbool.h>
bool revert(bool e) {
return e;
}