Corrected multi-byte comparisons, which now work.
[sixpic.git] / tests / test1.c
blob6b41e7c1635c494647055ef144405383330e1257
1 /* File: test1.c */
3 /* Test assignment and simple expression */
5 int x;
7 x = 2+3;
8 x = 6+7;