mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
ClangImporter: Stop importing pointers as 'CString' when string-pointer conversions are enabled.
Swift SVN r19376
This commit is contained in:
@@ -123,3 +123,7 @@ autoreleasepool {
|
||||
}
|
||||
// The result error should have died with the autorelease pool
|
||||
// CHECK-NEXT: died
|
||||
|
||||
let s = "Hello World"
|
||||
puts(s)
|
||||
// CHECK-NEXT: Hello World
|
||||
|
||||
Reference in New Issue
Block a user