mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
7 lines
235 B
Swift
7 lines
235 B
Swift
// REQUIRES: asserts
|
|
|
|
// RUN: %swift -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
|