mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-24 05:55:43 -04:00
7 lines
63 B
C
7 lines
63 B
C
// RUN: clang -emit-llvm %s
|
|
|
|
int f() {
|
|
int a[2];
|
|
a[0] = 0;
|
|
}
|