blob: 8356be741c9c71e2a9712266bc93800106b2eb48 [file] [log] [blame]
// RUN: %target-swift-frontend %s -emit-ir -g -o - | FileCheck %s
class Foo {}
let x = "Hello World!"
// Test that no static variable for the metatype of Foo is emitted.
// FIXME: This really should be emitted as artificial variable instead.
// CHECK-NOT: DW_TAG_variable{{.*}}_TMnC14GlobalMetatype3Foo