annotate test/simp0.c @ 275:8f09f8bbc494

MIPS switch statement. basic.c passed.
author kono
date Fri, 21 May 2004 14:00:02 +0900
parents 096559f07a70
children 0c256ea2a97e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
170
6e0f67b7d200 test files
kono
parents:
diff changeset
1
6e0f67b7d200 test files
kono
parents:
diff changeset
2 main(int ac,char *av[])
6e0f67b7d200 test files
kono
parents:
diff changeset
3 {
172
096559f07a70 some check
kono
parents: 170
diff changeset
4 printf("%d %d %d %s\n",1,2,3,&av[ac-1][3]);
096559f07a70 some check
kono
parents: 170
diff changeset
5 return 0;
170
6e0f67b7d200 test files
kono
parents:
diff changeset
6 }