Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Interpreter/
H A DIncrementalProcessingTest.cpp40 const char TestProgram2[] = "extern \"C\" int funcForProg2() { return 42; }\n" variable
64 PTUs[1] = &llvm::cantFail(Interp->Parse(TestProgram2)); in TEST()