Automatic date update in version.in
[binutils-gdb.git] / gold / testsuite / script_test_11b.c
blob9f95e13bb989ad226b68b78cd9d3d99adb36b4d0
1 #include "script_test_11.h"
3 int
4 ptr_equal(char *a, char *b)
6 return a == b;
7 }