mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
329 B
Swift
7 lines
329 B
Swift
// RUN: rm -rf %t && mkdir -p %t/stats
|
|
// RUN: %target-swift-frontend -emit-sil -stats-output-dir %t/stats %s -o /dev/null
|
|
// RUN: %{python} %utils/process-stats-dir.py --evaluate 'NumSILGenFunctions < 10' %t/stats
|
|
// RUN: %{python} %utils/process-stats-dir.py --evaluate 'NumSILOptFunctions < 20' %t/stats
|
|
|
|
print("Hello world")
|