brintos

brintos / llvm-project-archived public Read only

0
0
Text · 119 B · 52367e6 Raw
8 lines · c
1// RUN: %clang_cc1 -emit-llvm %s -o - 2// PR16623 4int foo(unsigned char *test) {5  return 0U - (unsigned int )test;6}7 8