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