[flang] Don't needlessly instantiate distinct UNSIGNED cases for FINDLOC (#120471)
[llvm-project.git] / clang / test / Interpreter / pretty-print.c
blobd21749a649e1c0631a9e91492df66c72ce373ed1
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 ]`.
7 // UNSUPPORTED: hwasan
9 const char* c_str = "Hello, world!"; c_str
11 // CHECK: Not implement yet.