summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.robertl/eb119.C
blob: 329393aeadf8b6cf732e01e5bebe7bb870f445a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// { dg-do assemble  }
template<bool B>
void f()			// { dg-message "note" }
{
}

int main()
{
  f<bool>(); // { dg-error "" } .*
  // { dg-message "candidate" "candidate note" { target *-*-* } 9 }
}