// PR c++/113405 template concept foo = false; template concept bar = true; template struct corge {}; template struct corge {}; template struct corge { using alias = int; };