/* * Copyright (c) 2013 - Facebook. * All rights reserved. */ int main() { int i = 0; while (i <= 10) { i++; } return 0; }