Commit 1e57ec75 by Zack Weinberg

New test - apostrophes, Hollerith constants, and cpp

From-SVN: r31318
parent 2db7017d
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment