blob: e2c2f8d54d0cbb294aa413c3821d42e566bf617b [file] [log] [blame]
#include <stdio.h>
#include <bfd_stdint.h>
extern uintptr_t *get_bar (void);
int
main ()
{
if ((uintptr_t) get_bar () == 0x7fffffffULL)
printf ("PASS\n");
return 0;
}