blob: 7b92c85046f0de6df47ddefdf2807c56eefd9d1d [file] [log] [blame]
// RUN: clang -emit-llvm %s -o - | grep _ZplRK1YRA100_P1X
// FIXME: This test is intentionally trivial, because we can't yet
// CodeGen anything real in C++.
struct X { };
struct Y { };
bool operator+(const Y&, X* (&xs)[100]) { return false; }