Files
swift-mirror/test/Serialization/Inputs/SourceInfo/File2.swift
Rintaro Ishizaki 53317633c2 [Tests] Pre split test files
split_files.py changes the newline characters depending on the platform
2021-01-14 14:15:23 -08:00

5 lines
57 B
Swift

public struct MyStruct {
var x: Int
var y: Int
}