blob: 39f7e0140314fd34e2b4837cd17a1318ad131646 [file] [log] [blame]
// RUN: %target-parse-verify-swift
// No space next to the '#if'
#if // expected-error {{expected a build configuration expression to follow the #if clause}}
class D {} // expected-error {{expected #else or #endif at end of configuration block}}
#endif
// expected-error @-1{{unexpected configuration block terminator}}