blob: a1c14979362338786b40dd7064aff3ea2f11db6a [file] [log] [blame]
// RUN: %target-parse-verify-swift
func foo() { // expected-note {{to match this opening '{'}}
if true {
} else { // expected-note {{to match this opening '{'}}
#if BLAH
// expected-error@+3{{expected '}' at end of brace statement}}
// expected-error@+2{{expected '}' at end of brace statement}}
// expected-error@+1{{expected #else or #endif at end of conditional compilation block}}