#include "framework.h" BEGIN_TEST(int) { int j; for (j = 0 ; j < 10 ; j++) c += a; } END_TEST32()