4 ! Do not allow assigning to external functions
6 ! Contributed by Steve Kargl <sgk@troutmask.apl.washington.edu>
11 integer function bar()
26 sub
= 'a' ! { dg-error "is not a variable" }
27 fun
= 4.4 ! { dg-error "is not a variable" }
28 funget
= 4 ! { dg-error "is not a variable" }
29 bar
= 5 ! { dg-error "is not a variable" }