blob: 293052921079577cc90fea70897a07c86078db2e [file] [log] [blame]
Chris Lattneraa7d2992009-01-27 18:56:08 +00001// RUN: clang %s -emit-llvm -o -
Eli Friedman91fc7802008-05-20 07:56:31 +00002
3struct S {int a, b;} x;
4void a(struct S* b) {*b = (r(), x);}