3 ! PR 44869: [OOP] Missing TARGET check - and wrong code or accepts-invalid?
5 ! Contributed by Satish.BD <bdsatish@gmail.com>
11 type(test_case) :: list
17 class(test_suite), intent(inout) :: self
18 type(test_case), pointer :: tst_case
19 tst_case => self%list ! { dg-error "is neither TARGET nor POINTER" }