mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-05-17 03:16:35 +00:00
7 lines
63 B
C
7 lines
63 B
C
// RUN: clang -emit-llvm %s
|
|
|
|
int f() {
|
|
int a[2];
|
|
a[0] = 0;
|
|
}
|