summaryrefslogtreecommitdiff
path: root/tests/semantic/with-string.vala
blob: 133be17b605c91cd5b3906017f8d3b6ba073f832 (plain)
1
2
3
4
5
void main () {
    with ("string ") {
        assert (chomp () == "string");
    }
}