// RUN: %target-parse-verify-swift #if DEBUG #endif ; // expected-error {{extra tokens at the end of the build configuration directive}} // #endif not parsed correctly when occurs as last line in file #if DEBUG func debug(msg: String) { println(msg) } #else func debug(msg: String) { } #endif // last line in file