3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 30 Jun 2003 <nathan@codesourcery.com>
8 template <class T> void make_pair(T x);
11 struct fps_chan_ID fps; // { dg-error "incomplete" "" }
12 make_pair(fps); // { dg-bogus "no matching function" "" }