Files
llvm/clang/test/CodeGen/struct-comma.c
2008-05-20 07:56:31 +00:00

5 lines
90 B
C

// RUN: clang %s -emit-llvm
struct S {int a, b;} x;
void a(struct S* b) {*b = (r(), x);}