blob: e5b51514384abde79bdce982e288241dfea2b1a3 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 %s -emit-llvm -o -
Eli Friedman07fa52a2008-05-20 07:56:31 +00002
3struct S {int a, b;} x;
4void a(struct S* b) {*b = (r(), x);}