mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-04 11:45:09 +00:00
Clang rejects binding a reference to a null pointer at compile-time. Let's just crash explicitly, instead of waiting for a null dereference to mess things up.