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