ubsan: nds32: left shift cannot be represented in type 'int'
[deliverable/binutils-gdb.git] / gold / testsuite / script_test_11b.c
1 #include "script_test_11.h"
2
3 int
4 ptr_equal(char *a, char *b)
5 {
6 return a == b;
7 }
This page took 0.041906 seconds and 4 git commands to generate.