blob: 396f83c5d1cc2f9dc883a34d2843ae7d5f0043f3 [file] [log] [blame]
#!/usr/bin/swift
let x = 42
x + x // expected-warning {{result of operator '+' is unused}}
// Check that we skip the hashbang at the beginning of the file.
// RUN: %target-typecheck-verify-swift