blob: 59475f6355fa159ea2a544ea9af99050a9c12a57 [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
private e
end subroutine help