blob: c9326296352bf10a2688b4e7ac859a5a29a106ba [file] [log] [blame]
program testFile
real a, b
double precision dd
integer g
public a, b
private dd
end program testFile
subroutine help
integer q, w, e
public q, w !<<<<< 11, 15, 11, 16, fail-initial
private e
end subroutine help