brintos

brintos / llvm-project-archived public Read only

0
0
Text · 91 B · eae48b3 Raw
5 lines · c
1// RUN: %clang_cc1 %s -emit-llvm -o -2 3struct U { char a; short b; int c:25; char d; } u;4 5