blob: 4a11881f62f6c022fb9ff7fb6e30caaba19061ff [file] [log] [blame]
! { dg-do-compile }
real x
double precision dx
x = x'2ffde' ! { dg-warning "exadecimal constant" "Hex constant can't begin with x" }
dx = x ! { dg-bogus "exadecimal constant" "Hex constant where there is none" }
end