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
6 // Fails with `Symbols not found: [ __clang_Interpreter_SetValueNoAlloc ]`.
9 const char* c_str
= "Hello, world!"; c_str
11 // CHECK: Not implement yet.