2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g77.f-torture / execute / cpp2.F
blob88f5644d8b5e186c0ecac652c6ba21ac7bdb7ead
1 C The preprocessor must not mangle Hollerith constants
2 C which contain apostrophes.
3       integer i, j
4       data i /4hbla'/
5       data j /"bla'"/
6       if (i .ne. j) call abort
7       end