- Crash when trying to create a const zero untyped list #2847

This commit is contained in:
Christoffer Lerno
2026-01-27 23:36:00 +01:00
parent c11385cf49
commit c1e3cfaacc
3 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
fn void main()
{
$typeof({1}) $untyped_list;
}