summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3914.cpp
blob: c51c4955337371a53432de023fcafee762100a43 (plain)
1
2
3
4
5
6
7
8
void foo()
{
desc->add_options()
    ("help,h", "produce help message")
    ("version,v", "print the version number")
    ("include-path,I", value< vector<string> >(), "include path")
    ("input-file,i", value<string>(), "input file");
}