1 // REQUIRES: host-supports-jit 2 // UNSUPPORTED: system-aix 3 // RUN: cat %s | clang-repl -Xcc -xc | FileCheck %s 4 // RUN: cat %s | clang-repl -Xcc -std=c++11 | FileCheck %s 5 6 // Fails with `Symbols not found: [ __clang_Interpreter_SetValueNoAlloc ]`. 7 // UNSUPPORTED: hwasan 8 9 const char* c_str = "Hello, world!"; c_str 10 11 // CHECK: Not implement yet. 12