comparison clang/test/CodeGenObjC/stret-1.m @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 79ff65ed7e25
children 1f2b6ac9f198
comparison
equal deleted inserted replaced
232:70dce7da266c 236:c4bab56944e8
1 // RUN: %clang_cc1 -fblocks -triple arm64-apple-darwin %s -emit-llvm -o - | FileCheck %s 1 // RUN: %clang_cc1 -no-opaque-pointers -fblocks -triple arm64-apple-darwin %s -emit-llvm -o - | FileCheck %s
2 // rdar://12416433 2 // rdar://12416433
3 3
4 struct stret { int x[100]; }; 4 struct stret { int x[100]; };
5 struct stret one = {{1}}; 5 struct stret one = {{1}};
6 6