8 lines · plain
1// RUN: %clang_cc1 -triple i386-unknown-unknown %s -emit-llvm -o - | FileCheck %s2 3struct overwrite_string_struct {4 char L[3];5 int M;6} overwrite_string[] = { { { @encode(void**) }, 1 }, [0].L[1] = 'x'};7// CHECK: [3 x i8] c"^xv", i8 0, i32 18