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