brintos

brintos / llvm-project-archived public Read only

0
0
Text · 111 B · 2b2896f Raw
10 lines · c
1// RUN: %clang_cc1 %s -O3 -emit-llvm -o -2// PR11753 4struct empty { };5 6void foo(struct empty *p) {7   p++;8}9 10