test/mocks/MockModuleA/src/C/Get-CFunction.ps1
function Get-CFunction { [CmdletBinding()] param ( ) Out-String -InputObject $("Hello, from Get-CFunction!") } |
function Get-CFunction { [CmdletBinding()] param ( ) Out-String -InputObject $("Hello, from Get-CFunction!") } |