Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/build')
-rw-r--r--main/build/MacOSX/monostub.mm6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/build/MacOSX/monostub.mm b/main/build/MacOSX/monostub.mm
index f42dd641aa..c99e2cbb8c 100644
--- a/main/build/MacOSX/monostub.mm
+++ b/main/build/MacOSX/monostub.mm
@@ -227,6 +227,12 @@ load_xammac()
}
}
+extern "C" void crash_me()
+{
+ void *p = (void*)0x12345;
+ *(int *)p = 0;
+}
+
int
main (int argc, char **argv)
{