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.
7 #include "native_client/src/shared/platform/nacl_check.h"
8 #include "ppapi/native_client/tests/ppapi_test_lib/test_interface.h"
12 // This will crash a PPP_Messaging function.
13 void CrashViaExitCall() {
14 printf("--- CrashViaExitCall\n");
21 RegisterTest("CrashViaExitCall", CrashViaExitCall
);
24 void SetupPluginInterfaces() {