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

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