summaryrefslogtreecommitdiff
path: root/tests/parser/with-empty.vala
blob: 1a870b61f637e921e2c2816b2f57a8cdf724d45a (plain)
1
2
3
void main () {
    with (10);
}