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

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