#include int main () { volatile short a; for (a = 0; a >= 0; a++) ; printf ("%d\n", a); return 0; }