// PR c++/48735 // { dg-options "-std=c++0x" } template char f(int); template char (&f(...))[2]; struct ND { ND() = delete; }; static_assert(sizeof(f(0)) != 1, "Error");