2 Copyright © 2013, The AROS Development Team. All rights reserved.
6 #include <exec/types.h>
11 volatile LONG
* ptr
= NULL
;
13 PutStr("Before crash\n");
15 PutStr("After crash\n");
18 int main(int argc
, char **argv
)
20 PutStr("main() enter\n");
22 PutStr("main() exit\n");