blob: 88f5644d8b5e186c0ecac652c6ba21ac7bdb7ead [file] [log] [blame]
C The preprocessor must not mangle Hollerith constants
C which contain apostrophes.
integer i, j
data i /4hbla'/
data j /"bla'"/
if (i .ne. j) call abort
end