mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
390 B
Swift
8 lines
390 B
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: %target-swift-frontend -emit-module -o Swift.swiftmodule -O -sil-inline-threshold 0 -module-name Swift -module-link-name swiftCore -parse-as-library -parse-stdlib -emit-module %S/Inputs/vtable-function-deserialization-input.swift -o %t/Swift.swiftmodule
|
|
// RUN: %target-swift-frontend -I %t %s -emit-sil -o - -O -sil-link-all
|
|
|
|
import Swift
|
|
|
|
var a = A()
|