brintos

brintos / llvm-project-archived public Read only

0
0
Text · 123 B · 407aea2 Raw
8 lines · c
1// RUN: %clang_cc1 -emit-llvm -O1 < %s | grep "ret i32 0"2 3int a(void) {4  return ++(struct x {unsigned x : 2;}){3}.x;5}6 7 8