3 ! PR 47745: [OOP] Segfault with CLASS(*) and derived type dummy arguments
5 ! Contributed by Rodney Polkinghorne <thisrod@gmail.com>
10 class(T) function add() ! { dg-error "must be dummy, allocatable or pointer" }
11 add = 1 ! { dg-error "Nonallocatable variable must not be polymorphic in intrinsic assignment" }