// PR c++/48531 // { dg-options -std=c++0x } template char f(int); template double f(...); struct B2 { B2(...); }; #define SA(X) static_assert ((X), #X); SA(sizeof(f(0)) != 1);