mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
252 B
Swift
7 lines
252 B
Swift
// REQUIRES: asserts
|
|
|
|
// RUN: %target-swift-frontend -emit-ir %S/Inputs/single_int.swift -o /dev/null -print-stats 2>&1 | %FileCheck %s -check-prefix=STATS
|
|
// STATS: Statistics Collected
|
|
// Only print statistics once
|
|
// STATS-NOT: Statistics Collected
|