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