blob: 31954a987800183cb3f327d3c57aa7377a51afea [file] [log] [blame]
// RUN: %target-parse-verify-swift
func f1() {
#if DEBUG
return // no-error
#endif
}
func f2() {
#if DEBUG
return // no-error
#else
return // no-error
#endif
}