brintos

brintos / llvm-project-archived public Read only

0
0
Text · 213 B · 5a0d4d2 Raw
9 lines · cpp
1// RUN: %clang_cc1 -debug-info-kind=limited -triple=x86_64-apple-darwin %s -o /dev/null2// PR 89133 4typedef __uint128_t word128;5static const word128 m126 = 0xffffffffffffffffULL;6word128 foo() {7  return m126;8}9