
// all w'e care is that this executes, really

add_type_conversion(type("int"), type("bool"), fun(int i) { return i != 1; });
 uint64_t(4) 
if (0) {
  ast_true(false);
}

for (; 0; ) {
  assert_true(false);
}

