gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / testsuite / eh_test_a.cc
1 template<typename C>
2 void
3 bar(C*)
4 {
5 }
6
7 template
8 void
9 bar<int>(int*);
This page took 0.032804 seconds and 4 git commands to generate.