mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
- Put input files in directories named Inputs/ to eliminate bogus 'RUN: true' lines - Remove executable_test requirement since they're not executable
6 lines
138 B
Swift
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 )
|