#!/usr/bin/env php
<?php

declare(strict_types=1);

function fun2(): bool
{
    return true;
}
