[interop][SwiftToCxx] emit Swift's stdlib inside of 'swift' namespace

This commit is contained in:
Alex Lorenz
2023-03-09 17:25:20 -08:00
parent 8bb85cb362
commit 0dc90d38c1
39 changed files with 148 additions and 136 deletions

View File

@@ -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);