Home
last modified time | relevance | path

Searched refs:args9 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp1665 const char *args9[] = {"prog", "-a", "val9"}; in TEST() local
1667 cl::ParseCommandLineOptions(3, args9, StringRef(), &llvm::nulls())); in TEST()