xref: /minix3/external/bsd/llvm/dist/clang/test/Parser/objc-diag-width.mm (revision b5e2faaaaf60a8b9a02f8d72f64caa56a87eb312)
1// RUN: not %clang_cc1 %s 2>&1 | FileCheck %s
2
3// Just shouldn't crash. -verify suppresses the crash, so don't use it.
4// PR13417
5// CHECK-NOT: Assertion failed
6@interface ExtensionActionContextMenu @end
7@implementation ExtensionActionContextMenu
8namespace {
9