aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/template18.C
blob: 5a660df598205e6d7eae284301c24d6c42d63f92 (plain)
1
2
3
4
5
6
7
8
9
// We mark this XFAIL because we can't test for expected linker errors.
// If we get an XPASS for this testcase, that's a bug.
// (OK) excess errors test - XFAIL *-*-*

#line 1 "template18.h"
#pragma interface
#line 13 "template18.C"
  min (1, 1); 		// should produce an undefined symbol error.
}