mirror of
https://github.com/intel/llvm.git
synced 2026-02-07 07:39:11 +08:00
5 lines
70 B
C
5 lines
70 B
C
// RUN: clang-cc -emit-llvm %s -o %t
|
|
|
|
int array[] = {1, 2, 3, 4, 5};
|
|
|