<?php
#[Native]
class NativeForeachValue
{
}
function main(): void
$value = new NativeForeachValue();
foreach ($value as $item) {