mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
I am doing this separately from the actual change to eliminate the option to make it easier to review.
8 lines
134 B
Plaintext
8 lines
134 B
Plaintext
// RUN: not --crash %target-sil-opt %s
|
|
// REQUIRES: asserts
|
|
|
|
sil @no_terminator : $@convention(thin) () -> () {
|
|
bb0:
|
|
%1 = tuple()
|
|
}
|