1 // RUN: fir-opt --lower-workshare --allow-unregistered-dialect %s 2>&1 | FileCheck %s
3 // CHECK: warning: omp workshare with unstructured control flow is currently unsupported and will be serialized.
6 // CHECK-NEXT: omp.single
8 // TODO Check transforming a simple CFG
14 %c1 = arith.constant 1 : i32
17 "test.test2"(%arg1) : (i32) -> ()