blob: 804d5b839a34d67f12075ef5b5cdaf7f4684941b [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-parse-verify-swift