#!/usr/bin/env python
import operbool
if operbool.Test():
    raise RuntimeError("operbool failed")
