2 // test_intentionally_crashing_driver_56101852.cpp
3 // test_intentionally_crashing_driver_56101852
5 // Copyright © 2019 Apple Inc. All rights reserved.
10 #include <DriverKit/IOUserServer.h>
11 #include <DriverKit/IOLib.h>
13 #include "test_intentionally_crashing_driver_56101852.h"
16 IMPL(test_intentionally_crashing_driver_56101852, Start)
19 ret = Start(provider, SUPERDISPATCH);
20 os_log(OS_LOG_DEFAULT, "Hello World");
24 /* Intentionally crash */
25 __attribute__((constructor)) void