You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
263 B

! Tests -fget-definition with COMMON block with same name as variable.
program main
integer :: x
integer :: y
common /x/ y
x = y
end program
! RUN: %f18 -fget-definition 6 3 4 -fparse-only %s | FileCheck %s
! CHECK: x:{{.*}}getdefinition04.f90, 3, 14-15