xref: /llvm-project/clang/test/Interpreter/pretty-print.c (revision 81e9a3c3fc9552ef0e1191da70aa0d44d918bcc0)
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