We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097e451 commit 940a6d7Copy full SHA for 940a6d7
test/IRGen/Inputs/huge_c_type.h
@@ -5,7 +5,7 @@ typedef uint8_t bool;
5
#define CREATE_ARRAY(T, N) \
6
struct { \
7
T data[N]; \
8
- size_t size; \
+ uint64_t size; \
9
}
10
11
typedef struct {
test/IRGen/huge_c_type.swift
@@ -3,8 +3,6 @@
3
// llvm::IntegerTypes.
4
// RUN: %target-swift-frontend -import-objc-header %S/Inputs/huge_c_type.h %s -c
-// REQUIRES: OS=macosx || OS=ios
-
// CHECK-NOT:i9535616
public func doIt(a: Thing3) {
0 commit comments