2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g77.f-torture / compile / 20030326-1.f
blobbcbc73c179bf7814af13faa714f8ae6c0a8d8be9
1 C PR fortran/9793
2 C larson@w6yx.stanford.edu
4 integer a, b, c
6 c = -2147483648 / -1
8 a = 1
9 b = 0
10 c = a / b
12 print *, c
14 end