/* divide assign routine for long data is not linked */ main() { long a, b; a=12; b=3; a/=b; }