1 /* Test arithmetic CSE with /+-*
3 type: char, short, long
22 /* multiplication with 1 */
29 /* multiplication with 0 */
36 /* multiplication with -1 */
38 ASSERT (res
== ({type
})-i
);
41 ASSERT (res
== ({type
})-i
);
49 ASSERT (res
== ({type
})-i
);