aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/script_test_11b.c
blob: 9f95e13bb989ad226b68b78cd9d3d99adb36b4d0 (plain)
1
2
3
4
5
6
7
#include "script_test_11.h"

int 
ptr_equal(char *a, char *b)
{
  return a == b;
}