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