Files
swift-mirror/test/Syntax/round_trip_nul.swift
2018-03-05 16:53:24 +09:00

6 lines
178 B
Swift

// RUN: cat %s | tr '\132' '\0' > %t.tr
// RUN: cp -f %t.tr %t
// RUN: %round-trip-syntax-test --swift-syntax-test %swift-syntax-test --file %t
let a = Z3Z // nul(Z)
func b() {}