blob: a310ecc34f64acc5050e42da00f7588dba93a77a [file] [log] [blame]
// RUN: %empty-directory(%t)
// RUN: %gyb %S/Inputs/FloatingPointConversion.swift.gyb -o %t/FloatingPointConversion.swift
// RUN: %line-directive %t/FloatingPointConversion.swift -- %target-build-swift %t/FloatingPointConversion.swift -Xfrontend -disable-access-control -o %t/a.out_Release -O
// RUN: %target-codesign %t/a.out_Release
//
// RUN: %line-directive %t/FloatingPointConversion.swift -- %target-run %t/a.out_Release
// REQUIRES: executable_test