llvm-project
11 строк · 344.0 Байт
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
9const char* c_str = "Hello, world!"; c_str10
11// CHECK: Not implement yet.
12