10 lines · plain
1// RUN: %not_todo_cmd fir-opt --fir-to-llvm-ir="target=x86_64-unknown-linux-gnu" %s 2>&1 | FileCheck %s2 3// Test `fir.end` conversion to llvm.4// Not implemented yet.5 6func.func @end_test() {7// CHECK: not yet implemented: fir.end codegen8 "fir.end"() : () -> ()9}10