blob: dbc7a7ea3ba67f8bd8af19ca3bcfffe6a7a10792 [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_Debug -Onone
// RUN: %target-codesign %t/a.out_Debug
//
// RUN: %line-directive %t/FloatingPointConversion.swift -- %target-run %t/a.out_Debug
// REQUIRES: executable_test