DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-2 / tests / parser / with-embedded.vala
12345678
void main () { if (true) with ("foo") assert (to_string () == "foo"); with (10) assert (to_string () == "10"); }