mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[interop][SwiftToCxx] emit Swift's stdlib inside of 'swift' namespace
This commit is contained in:
@@ -32,7 +32,7 @@ public func printArray(_ val: Array<CInt>) {
|
||||
#include "UseArray.h"
|
||||
|
||||
int main() {
|
||||
using namespace Swift;
|
||||
using namespace swift;
|
||||
|
||||
{
|
||||
Array<int> val = UseArray::createArray(2);
|
||||
|
||||
Reference in New Issue
Block a user