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