mirror of
https://github.com/github/codeql.git
synced 2026-08-05 18:03:27 +02:00
8 lines
84 B
Swift
8 lines
84 B
Swift
|
|
struct S : ~Copyable {
|
|
__consuming func f() {
|
|
discard self
|
|
}
|
|
deinit {}
|
|
}
|