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