blob: 5f207d6f99c2caf886919a1c54de2e9ffe14a7d6 [file] [log] [blame]
// RUN: rm -rf %t
// RUN: mkdir -p %t
// RUN: %target-build-swift %s -o %t/a.out
// RUN: %target-codesign %t/a.out
// RUN: %target-run %t/a.out
// REQUIRES: executable_test
let x: Int! = nil
let y: Int! = 1
print(x == y)