We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87e4607 + c6774f4 commit 8259242Copy full SHA for 8259242
test/DebugInfo/top_level_code.swift
@@ -7,7 +7,7 @@ func markUsed<T>(_ t: T) {}
7
// proceeds to the first line.
8
// CHECK: .loc {{[0-9]}} 0 {{[0-9]}}
9
// CHECK-NOT: Lfunc_end0:
10
-// CHECK: .loc {{[0-9]}} {{[0-9][0-9]*}} {{[0-9]}} prologue_end
+// CHECK: .loc {{[0-9]+}} {{[1-9][0-9]*}} {{[0-9]+}} prologue_end
11
var a = 1
12
var b = 2
13
markUsed(a+b)
0 commit comments