[flang][NFC] Add fir.dispatch codegen test with pass object at pos 1
authorValentin Clement <clementval@gmail.com>
Wed, 19 Oct 2022 12:06:56 +0000 (14:06 +0200)
committerValentin Clement <clementval@gmail.com>
Wed, 19 Oct 2022 18:31:47 +0000 (20:31 +0200)
commit925be4e7de8415aa04153bebc7ab09184453e061
tree13a11552ea48a840da0598155fa57efb9e0e8573
parentfa6054ad615fb3da732744d5fd6c75ad6e45cd02
[flang][NFC] Add fir.dispatch codegen test with pass object at pos 1

D136189 was missing a test where the pass object is not at
position 0. This patch adds one.

Reviewed By: jeanPerier, PeteSteinfeld

Differential Revision: https://reviews.llvm.org/D136231
flang/test/Fir/dispatch.f90