2013-12-22 00:07:40 +00:00
|
|
|
// RUN: not %clang_cc1 %s 2>&1 | FileCheck %s
|
2012-08-15 20:02:54 +00:00
|
|
|
|
|
|
|
// Just shouldn't crash. -verify suppresses the crash, so don't use it.
|
|
|
|
// PR13417
|
|
|
|
// CHECK-NOT: Assertion failed
|
|
|
|
@interface ExtensionActionContextMenu @end
|
|
|
|
@implementation ExtensionActionContextMenu
|
|
|
|
namespace {
|