blob: 47280e5c4e022e853c98821c2baa5863ccd8fa06 [file] [log] [blame]
// RUN: %target-swift-frontend %s -O -emit-ir | FileCheck %s
public var x = 0
@inline(never) func foo() {
x = 1
}
foo()
// CHECK: call {{.*foo}}