mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
6 lines
178 B
Swift
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() {}
|