_debug/_lib/mockLib.ps1

$version = 1.72
Write-host "loaded!"

function libCheck() {
    write-host "Yes, I'm defined in your scope!"
}