- $defined(hashmap.init(mem)) causes compiler segfault #2611.

This commit is contained in:
Christoffer Lerno
2025-11-30 00:08:46 +01:00
parent a26055c932
commit 9d79c3f33d
3 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
module defined_call;
import std;
HashMap {String, int} val;
const bool V = $defined(val.init(mem));
fn void main() {}