summaryrefslogtreecommitdiff
path: root/test/Parser/objc-diag-width.mm
blob: eba7a847de390e68266e29cedacffeef6e1b9af0 (plain)
1
2
3
4
5
6
7
8
// RUN: not %clang_cc1 %s 2>&1 | FileCheck %s

// Just shouldn't crash. -verify suppresses the crash, so don't use it.
// PR13417
// CHECK-NOT: Assertion failed
@interface ExtensionActionContextMenu @end
@implementation ExtensionActionContextMenu
namespace {