Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp241 const char Input0[] = R"(a b c d )"; in TEST() local
243 testCommandLineTokenizer(cl::TokenizeWindowsCommandLine, Input0, Output0); in TEST()