Files
swift-mirror/test/SIL/Parser/sillocation.sil
Michael Gottesman fd4828e40a Eliminate -assume-parsing-unqualified-ownership-sil from tests.
I am doing this separately from the actual change to eliminate the option to
make it easier to review.
2018-12-19 12:54:13 -08:00

8 lines
213 B
Plaintext

// RUN: %target-sil-opt -sil-print-debuginfo %s | %FileCheck %s
sil @foo : $@convention(thin) () -> () {
bb0:
return undef : $(), loc "foo.sil":12:34
// CHECK: return undef : $(), loc "foo.sil":12:34
}