mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 04:46:27 +08:00
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);}
|