1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "native_client/src/shared/platform/nacl_check.h"
6 #include "ppapi/native_client/tests/ppapi_test_lib/test_interface.h"
10 // This will crash a PPP_Messaging function.
11 void CrashViaCheckFailure() {
12 printf("--- CrashViaCheckFailure\n");
19 RegisterTest("CrashViaCheckFailure", CrashViaCheckFailure
);
22 void SetupPluginInterfaces() {