brintos

brintos / llvm-project-archived public Read only

0
0
Text · 174 B · b682d25 Raw
11 lines · c
1// RUN: %clang_cc1 -emit-llvm %s  -o /dev/null2 3struct bar;4 5void foo(void)6{7  unsigned int frame, focus;8  (struct bar *) focus == (focus ? ((struct bar *) frame) : 0);9}10 11