forked from OSchip/llvm-project
4 lines
55 B
C
4 lines
55 B
C
|
// RUN: clang -emit-llvm %s
|
||
|
|
||
|
int ary[2] = { 1, 2, 3 };
|