mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
7 lines
364 B
Plaintext
7 lines
364 B
Plaintext
// RUN: %empty-directory(%t)
|
|
// RUN: %gyb %S/Inputs/FixedPointConversion.swift.gyb -o %t/FixedPointConversion.swift
|
|
// RUN: %line-directive %t/FixedPointConversion.swift -- %target-build-swift %t/FixedPointConversion.swift -o %t/a.out_Release -O
|
|
//
|
|
// RUN: %line-directive %t/FixedPointConversion.swift -- %target-run %t/a.out_Release
|
|
// REQUIRES: executable_test
|