summaryrefslogtreecommitdiff
path: root/test/graph/virtualTree.cpp.awk
blob: fe4bc62b13d3f7bedca5ceaf9096fc455cc16ce0 (plain)
1
2
3
4
5
6
7
/\/\/ v/ { 
    print "return {ind, tree};"
}
{
    sub("void", "pair<vector<int>, vector<vector<int>>>")
}
{ print }