blob: b53013f7aab766f25c720dcfa79c4ca0f9c33f7f [file] [log] [blame]
// RUN: clang %s -emit-llvm -o %t
struct S {int a, b;} x;
void a(struct S* b) {*b = (r(), x);}