1 2 3 4 5 6 7 8 9 10
#include <stdio.h> int main(void) { int i = -1; int j = 30 * -1; int frames = 127; frames = ((frames + 15) & -16); return 0; }