## SHOULD_PASS:EXECUTE

@strict

# == 1 x 2
# opcounter 1 x 2
# assert 2 x 2
# string:upper 1
# max(nn) 1
# <literal> 0.125 x 7
# soundDuration 5000

"":upper()
max(1, 2)

assert( opcounter() == 5021 )

function number:usermethod() {}

1:usermethod() # + 5

assert( opcounter() == 5021 )

function userfunction() {}

userfunction() # + 5

soundDuration("")