<?php
declare(strict_types=1);
use native_types;
function main()
{
$x = "hello";
$x = new stdClass();
}