void main()

{

<script>

int i=1;


goto g;

printf("%d",i);

g:

[root]#  pwd

printf("★");

if(i=1);

{

goto g:

}

i++;

</script>

}