blob: 306ed6da21e8798afa9f96705ebd1c41d8e4e90d [file] [log] [blame]
// RUN: %target-swift-frontend -module-name=Hello -emit-ir %s | %FileCheck %s
// REQUIRES: OS=macosx
// Check if we mangle the objc runtime name correctly if a class has the same name as the module.
class Hello {}
// CHECK-DAG: _METACLASS_DATA__TtC5Hello5Hello
// CHECK-DAG: c"_TtC5Hello5Hello\00"
// CHECK-DAG: _DATA__TtC5Hello5Hello