comparison test/goto.c @ 172:096559f07a70

some check
author kono
date Tue, 25 Nov 2003 11:47:41 +0900
parents 83d901658ce9
children ce0c38b6c85e
comparison
equal deleted inserted replaced
171:3902240d4930 172:096559f07a70
60 60
61 code 61 code
62 a9(int i,int j,int k,code (*conv)()) 62 a9(int i,int j,int k,code (*conv)())
63 { 63 {
64 printf("a9 %d %x\n",i,conv); 64 printf("a9 %d %x\n",i,conv);
65 goto (*conv)(i+1),env; 65 goto (*conv)(0),env;
66 } 66 }
67 67
68 main(int ac,char *av[]) { 68 main(int ac,char *av[]) {
69 exit0 = return; 69 exit0 = return;
70 env = environment; 70 env = environment;