directory. - Removed .ll from the svn:ignore lists to try and prevent this. - Added svn:ignore on test/Misc/Output llvm-svn: 55104
4 lines
61 B
C
4 lines
61 B
C
// RUN: clang -emit-llvm %s -o %t
|
|
|
|
int ary[2] = { 1, 2, 3 };
|