Retro68/binutils/gold/testsuite/script_test_11b.c

8 lines
84 B
C
Raw Normal View History

2017-04-10 11:32:00 +00:00
#include "script_test_11.h"
int
ptr_equal(char *a, char *b)
{
return a == b;
}