blob: 4f1597ed1eee891ecbd36789aa27da772170b93f [file] [log] [blame]
// 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 {}
}