blob: ce58f6c367338e61d45a948a2a3a40863029bf8f [file] [log] [blame] [edit]
// RUN: %clang_cc1 -triple i386-unknown-unknown %s -emit-llvm -o - | FileCheck %s
struct overwrite_string_struct {
char L[3];
int M;
} overwrite_string[] = { { { @encode(void**) }, 1 }, [0].L[1] = 'x'};
// CHECK: [3 x i8] c"^xv", i8 0, i32 1