summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/win_script/files/test_script_bool.ps1
blob: d5116f36e7d8136fabe0585978a474c7cd192769 (plain)
1
2
3
4
5
6
Param(
    [bool]$boolvariable
)

Write-Output $boolvariable.GetType().FullName
Write-Output $boolvariable