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

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