ubsan: aarch64: left shift cannot be represented in type 'int64_t'
[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.030092 seconds and 4 git commands to generate.