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