diff options
author | 2022-01-23 20:13:35 -0800 | |
---|---|---|
committer | 2022-01-23 20:13:35 -0800 | |
commit | 744f52fb27f96c1b562ec00543464c6a42ca8176 (patch) | |
tree | 2dfdd0c868f561e8857b3564eabc3ccbefb70f1a /integration/snippets/segfault.js | |
parent | 43b9f9462fc6679c3bab73d78bdb5bfd15b1fe9d (diff) | |
download | bun-744f52fb27f96c1b562ec00543464c6a42ca8176.tar.gz bun-744f52fb27f96c1b562ec00543464c6a42ca8176.tar.zst bun-744f52fb27f96c1b562ec00543464c6a42ca8176.zip |
fake segfault test
Diffstat (limited to 'integration/snippets/segfault.js')
-rw-r--r-- | integration/snippets/segfault.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integration/snippets/segfault.js b/integration/snippets/segfault.js new file mode 100644 index 000000000..924b9d95c --- /dev/null +++ b/integration/snippets/segfault.js @@ -0,0 +1 @@ +Bun.__debug__doSegfault(); |