2007-12-12 04:13:20 +00:00

7 lines
114 B
C

// RUN: clang %s -emit-llvm
extern void go(const void *p);
float v[2] = { 0.0, 1.0 };
void foo(void) { go(v); }