Ticket #41614: test.f

File test.f, 96 bytes (added by kurtjaeke@…, 10 years ago)

Fortran code to trigger SIGILL on Core2Duo.

Line 
1        program foo
2        real, parameter :: bar = sin (12.34 / 2.5)
3        end program foo
4