brintos

brintos / llvm-project-archived public Read only

0
0
Text · 248 B · 0bffe92 Raw
11 lines · plain
1// RUN: %clang_cc1 %s -emit-llvm -o - -ffake-address-space-map | FileCheck %s2 3int test_func(constant char* foo);4 5kernel void str_array_decy() {6  test_func("Test string literal");7}8 9// CHECK: ptr addrspace(2) noundef10// CHECK-NOT: addrspacecast11