brintos

brintos / llvm-project-archived public Read only

0
0
Text · 170 B · 9b103f0 Raw
6 lines · cpp
1// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s | FileCheck %s2 3int a();4// CHECK: call noundef i32 @_Z1av()5struct x {int x, y : 10;} x = {1, a()};6