brintos

brintos / llvm-project-archived public Read only

0
0
Text · 222 B · b700ccd Raw
13 lines · c
1// RUN: %clang_cc1 -triple i386-unknown-unknown -O1 -emit-llvm -o %t %s2// RUN: grep 'ret i32 4' %t3 4enum e0 { E0 };5struct s0 {6  enum e0         a:31;7};8 9struct s0 t1_tmp;10int f0(void) {11  return __alignof__(t1_tmp);12}13