Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DCharacterTest.cpp54 static constexpr int limitMax{8}; in TEST() local
55 static char buffer[limitMax]; in TEST()
57 for (std::size_t limit{0}; limit < limitMax; ++limit, offset = 0) { in TEST()