Files
swift-mirror/test/Interpreter/SDK/libc.swift
Ted Kremenek fad874708e Adjust test cases.
Swift SVN r17964
2014-05-12 22:01:52 +00:00

10 lines
153 B
Swift

// RUN: %target-run-simple-swift | FileCheck %s
import Darwin
// CHECK: Hello world
puts("Hello world")
// CHECK: 4294967295
println("\(UINT32_MAX)")