blob: 6b37c0db4805ec2bee68f4c28a94d06bbd7b6e84 [file] [log] [blame]
fun test() {
! true
!true
int ++
int++
++ int
++int
int --
int--
-- int
--int
+ 12
+12
- 12
-12
test!!
test !!
}
// SET_TRUE: SPACE_AROUND_UNARY_OPERATOR