blob: d21749a649e1c0631a9e91492df66c72ce373ed1 [file] [log] [blame]
// REQUIRES: host-supports-jit
// UNSUPPORTED: system-aix
// RUN: cat %s | clang-repl -Xcc -xc | FileCheck %s
// RUN: cat %s | clang-repl -Xcc -std=c++11 | FileCheck %s
// Fails with `Symbols not found: [ __clang_Interpreter_SetValueNoAlloc ]`.
// UNSUPPORTED: hwasan
const char* c_str = "Hello, world!"; c_str
// CHECK: Not implement yet.