Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / template / error1.C
blob03a83239238d112ffe20e4a902882979910009de
1 // { dg-do compile }
3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 30 Jun 2003 <nathan@codesourcery.com>
6 // PR c++ 10219. ICE
8 template <class T> void make_pair(T x);
10 void foo(){
11   struct fps_chan_ID fps; // { dg-error "incomplete" "" }
12   make_pair(fps);         // { dg-bogus "no matching function" "" }