mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
- Put input files in directories named Inputs/ to eliminate bogus 'RUN: true' lines - Remove executable_test requirement since they're not executable
7 lines
116 B
Swift
7 lines
116 B
Swift
struct t {
|
|
var a = false // (or e.g. var a: Int32 = 0)
|
|
var b = 0.0 // (or e.g. var b: Int64 = 0)
|
|
}
|
|
|
|
var g = t()
|