Files
swift-mirror/test/Interpreter/SDK/multi-file-imported-enum.swift
2015-06-01 23:44:13 +00:00

15 lines
324 B
Swift

// RUN: rm -rf %t && mkdir %t
// RUN: %target-build-swift -module-name test -whole-module-optimization %s %S/Inputs/multi-file-imported-enum/main.swift -o %t/a.out
// RUN: %target-run %t/a.out | FileCheck %s
// REQUIRES: executable_test
// XFAIL: linux
import Foundation
class C {
let date = NSDate()
}
// CHECK: true