mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 08:00:22 -04:00
9 lines
259 B
Plaintext
9 lines
259 B
Plaintext
// 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 {
|