### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
module Foo {

assert ({local string x = "abc";} x) == "abc";
assert ({local uint<64> i = 2;} i * i) == 4;
assert ({local int<64> i;} i) == 0;

}
