Sign in
fuchsia
/
third_party
/
swig
/
refs/heads/upstream/ci-octave
/
.
/
Examples
/
test-suite
/
javascript
/
operbool_runme.js
blob: b1bf89fa8dc7faeb8be35f493d49e7aef666037a [
file
] [
log
] [
blame
] [
edit
]
#!
/usr/
bin
/
env python
var
operbool
=
require
(
"operbool"
);
const
b
=
new
operbool
.
Test
();
if
(
b
.
operator_bool
())
{
throw
new
Error
(
"operbool failed"
);
}