Files
swift-mirror/test/diagnostics/loc-directive-diagnostics.swift

8 lines
202 B
Swift

// RUN: not %target-swift-frontend -typecheck %s 2>&1 | %FileCheck %s
#sourceLocation(file: "anything.swift", line: 1)
func 1() {}
#sourceLocation()
// CHECK: anything.swift:1:6: error: function name