aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Instructions/Instrs/Numeric/I32DivS.php
blob: 789716de62ce0a619adfae9f72faa91d4180d11d (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

declare(strict_types=1);

namespace Nsfisis\Waddiwasi\Structure\Instructions\Instrs\Numeric;

use Nsfisis\Waddiwasi\Structure\Instructions\Instr;

final readonly class I32DivS extends Instr
{
}