forked from OSchip/llvm-project
5 lines
90 B
C
5 lines
90 B
C
|
// RUN: clang %s -emit-llvm
|
||
|
|
||
|
struct S {int a, b;} x;
|
||
|
void a(struct S* b) {*b = (r(), x);}
|