Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

46 lines
414 B
Plaintext

### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
module Foo {
import hilti;
const bool t = True;
const bool f = False;
hilti::print(True, True);
hilti::print(False, True);
{
0;
}
{
3;
}
{
4;
}
True;
True;
True;
False;
True;
False;
False;
False;
False;
True;
1;
1;
{
True;
}
while ( True ) {
}
while ( True ) {
True;
}
}