blob: 7ddcc4dd45537bd11bd8bf737a93f768a5f5a4fa [file] [log] [blame]
// 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: %target-codesign %t/a.out_Release
//
// RUN: %line-directive %t/FixedPointConversion.swift -- %target-run %t/a.out_Release
// REQUIRES: executable_test