mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL prints types and declarations defined in a current file (-primary-file flag) or a module (whole module mode).
5 lines
67 B
Swift
5 lines
67 B
Swift
class Bar {
|
|
// CHECK: class Bar
|
|
// CHECK-NEGATIVE-NOT: class Bar
|
|
}
|