1// RUN: %not_todo_cmd fir-opt --fir-to-llvm-ir="target=x86_64-unknown-linux-gnu" %s 2>&1 | FileCheck %s
2
3// Test fir.dispatch_table conversion to llvm.
4// Not implemented yet.
5
6// CHECK: not yet implemented: fir.dispatch_table codegen
7fir.dispatch_table @dispatch_tbl {
8  fir.dt_entry "method", @method_impl
9}
10