aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Execution/ElemAddr.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Execution/ElemAddr.php')
-rw-r--r--src/Execution/ElemAddr.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Execution/ElemAddr.php b/src/Execution/ElemAddr.php
new file mode 100644
index 0000000..e46b54f
--- /dev/null
+++ b/src/Execution/ElemAddr.php
@@ -0,0 +1,13 @@
+<?php
+
+declare(strict_types=1);
+
+namespace Nsfisis\Waddiwasi\Execution;
+
+final readonly class ElemAddr
+{
+ public function __construct(
+ public int $value,
+ ) {
+ }
+}