mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
188 B
Swift
9 lines
188 B
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: %target-build-swift -emit-module -o %t/SR3915.swiftmodule %s %S/Inputs/SR3915-other.swift
|
|
|
|
public enum A {}
|
|
|
|
public extension A {
|
|
public enum B {}
|
|
}
|