ubsan: aarch64: left shift cannot be represented in type 'int64_t'
[deliverable/binutils-gdb.git] / gold / testsuite / odr_header2.h
1 struct OdrBase {
2 virtual ~OdrBase() {
3 }
4 };
This page took 0.040956 seconds and 4 git commands to generate.