mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
274 B
Swift
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 {
|
|
}
|