blob: a1ae3f0f872be581234e07e525445acbdb4267c3 [file] [log] [blame]
// RUN: %target-typecheck-verify-swift
class C2 { // expected-note {{to match this opening '{'}}
#if FOO
func foo() {}
// expected-error @+2 {{expected '}' in class}}
// expected-error @+1 {{expected #else or #endif at end of conditional compilation block}}