blob: e5b51514384abde79bdce982e288241dfea2b1a3 [file] [log] [blame]
Shih-wei Liaof8fd82b2010-02-10 11:10:31 -08001// RUN: %clang_cc1 %s -emit-llvm -o -
2
3struct S {int a, b;} x;
4void a(struct S* b) {*b = (r(), x);}