/* test.c */
void    main()
{
int     j;

    while (1) {
        j++;
    }
}
