blob: cde5c2a6848a1c0ffceb933aecc1f3a694ed35ff [file] [log] [blame]
// RUN: %round-trip-syntax-test --swift-syntax-test %swift-syntax-test --file %s
typealias TwoInts = (Int, Int)
typealias TwoNamedInts = (a: Int, b: Int)
typealias VoidTuple = ()
typealias TupleWithTrivia = ( Int , b :Int )