mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
8 lines
202 B
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
|