diff options
Diffstat (limited to 'test/CodeGen/trunc-array-initializer.c')
-rw-r--r-- | test/CodeGen/trunc-array-initializer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/trunc-array-initializer.c b/test/CodeGen/trunc-array-initializer.c new file mode 100644 index 0000000000..6f4caf4588 --- /dev/null +++ b/test/CodeGen/trunc-array-initializer.c @@ -0,0 +1,3 @@ +// RUN: clang -emit-llvm %s + +int ary[2] = { 1, 2, 3 }; |