Files
swift-mirror/test/multifile/constant-struct-with-padding/Inputs/other.swift
Slava Pestov a0c014698d Re-organize multi-file tests a bit
- Put input files in directories named Inputs/ to eliminate bogus 'RUN: true' lines
- Remove executable_test requirement since they're not executable
2017-10-26 15:17:27 -07:00

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()