Hello,
This code causes Internal Compiler Error with ifort 19.0.4.227.
I would like to be able to use longer character constants.
! 1 2 3 Integer Function f() Bind (C,Name='_23456789012345678901234567890& &12345678901234567890123456789012345678901234567890123456789012345') ! 4 5 6 7 8 9 f = 0 Return End Function f