blob: fc4249959fc375721823c1e03e68a9e8dba98d51 [file] [log] [blame]
const String bar =
"hello" " " "${String.fromEnvironment("baz", defaultValue: "world")}" "!";
const String bar2 = "hello2" " 2" + bar;
const blaSymbol = #_x;
const bool baz = true && true && (false || true) && (42 == 21 * 4 / 2);
const int foo = 42 * 42;
main() {}
void _x() {}