Changed the way jumps are generated to avoid generating jumps to the
[sixpic.git] / tests / failing / casts.c
blob12d7c3ecc18d68b4d1a9ec1274403263e455776f
1 // test for explicit casts
3 int x; x = 258;
4 byte y; y = (int8)x; // TODO invalid infix syntax