Files
Slava Pestov a0c014698d Re-organize multi-file tests a bit
- Put input files in directories named Inputs/ to eliminate bogus 'RUN: true' lines
- Remove executable_test requirement since they're not executable
2017-10-26 15:17:27 -07:00

6 lines
138 B
Swift

// RUN: %empty-directory(%t)
// RUN: %target-build-swift -O -whole-module-optimization %S/main.swift %S/Inputs/other.swift
print( g.a )