aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/struct-comma.c
blob: 293052921079577cc90fea70897a07c86078db2e (plain)
1
2
3
4
// RUN: clang %s -emit-llvm -o -

struct S {int a, b;} x;
void a(struct S* b) {*b = (r(), x);}