Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Interpreter/
H A DIncrementalProcessingTest.cpp35 const char TestProgram1[] = "extern \"C\" int funcForProg1() { return 17; }\n" variable
60 PTUs[0] = &llvm::cantFail(Interp->Parse(TestProgram1)); in TEST()