Files
swift-mirror/test/Frontend/dump-parse-skip-function-body.swift
Hamish Knight 82cc2403d9 [ASTDumper] Respect function body skipping
Avoid parsing a body for e.g
`-experimental-skip-all-function-bodies`.
2024-06-19 15:22:20 +01:00

7 lines
159 B
Swift

// RUN: %target-swift-frontend -dump-parse -experimental-skip-all-function-bodies %s | %FileCheck %s
func foo() {
print("hello")
}
// CHECK-NOT: brace_stmt