brintos

brintos / llvm-project-archived public Read only

0
0
Text · 102 B · a7a4ce3 Raw
13 lines · c
1// RUN: %clang_cc1 -emit-llvm %s  -o /dev/null2 3 4 5 6struct foo A;7 8struct foo {9  int x;10double D;11};12 13