================ @@ -0,0 +1,52 @@ +! Test default initialization of DO CONCURRENT LOCAL() entities. +! RUN: bbc -emit-hlfir -I nowhere -o - %s | FileCheck %s ---------------- vdonaldson wrote: Is `-I nowhere` needed? https://github.com/llvm/llvm-project/pull/118494