================ @@ -0,0 +1,22 @@ +// REQUIRES: spirv-registered-target +// RUN: %clang_cc1 -triple spirv64-unknown-unknown -fcuda-is-device -emit-llvm -o - %s | FileCheck %s +struct x { ---------------- AlexVlx wrote: Done. https://github.com/llvm/llvm-project/pull/85460