================ @@ -0,0 +1,27 @@ +// RUN: %clang_cc1 -triple x86_64-linux-gnu %s -emit-llvm -o - | FileCheck %s ---------------- cor3ntin wrote: > Do you know if we're doing the correct thing for Microsoft mangling in this case? Yes. I added tests https://github.com/llvm/llvm-project/pull/89204