blob: cd17fdbf3c04f2ddeda34cb45d6a11ba39b2c080 [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}}