[middle-end PATCH] Prefer PLUS over IOR in RTL expansion of multi-word shifts/rotates.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / explicit66.C
blob2745cce34cc5f1c873181be485b7a970dae45449
1 // { dg-do run  }
2 void f(int) {}
3 void f(double);
5 template <void (*fn)(int)>
6 void foo() {}
8 int main()
10   foo<f>();