Files
swift-mirror/test/Frontend/bitwise-copyable-flag.swift
2024-04-25 11:44:15 -07:00

9 lines
274 B
Swift

// RUN: %target-swift-frontend \
// RUN: %s \
// RUN: -typecheck -verify
// Verify that the BitwiseCopyable feature flag works both in asserts and noasserts builds.
struct S : BitwiseCopyable {
}