
There are two problems with the current code: 1) the OR operator must be in capital letters 2) the OR operator is not a prefix operator, but an infix operator. Change-Id: Icf91285096bd65753948c55578f86d9e80a4d13b Signed-off-by: Stefan Beller <sbeller@google.com>