12 lines · cpp
1// RUN: %clang_cc1 -debug-info-kind=standalone -fdebug-prefix-map=%p=./UNLIKELY_PATH/empty %s -emit-llvm -o - | FileCheck %s2 3struct alignas(64) an {4 struct {5 unsigned char x{0};6 } arr[64];7};8 9struct an *pan = new an;10 11// CHECK: !DISubprogram(name: "(unnamed struct at ./UNLIKELY_PATH/empty{{/|\\\\}}{{.*}}",12