Files
swift-mirror/test/Interpreter/SDK/multi-file-imported-enum.swift
2015-03-06 22:15:31 +00:00

14 lines
295 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
// XFAIL: linux
import Foundation
class C {
let date = NSDate()
}
// CHECK: true