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