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
96 B
C
5 lines
96 B
C
// RUN: clang %s -emit-llvm -o %t
|
|
|
|
struct S {int a, b;} x;
|
|
void a(struct S* b) {*b = (r(), x);}
|