1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 %s -emit-llvm -o - 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel Sambuc struct S {int a, b;} x; a(struct S * b)4*f4a2713aSLionel Sambuc void a(struct S* b) {*b = (r(), x);} 5