Mercurial > hg > CbC > old > device
view test/tmp12.c @ 279:3e8ba7024d25 mips-almost-done
MIPS struct fix (all test except 2 passed.)
author | kono |
---|---|
date | Sat, 22 May 2004 13:00:03 +0900 |
parents | 096559f07a70 |
children | 0c256ea2a97e |
line wrap: on
line source
struct { int a; char *b; } x1; // int b; main() { int a; x1.a = 1; a = 133; printf("%d %d\n",x1.a,a); return 0; }