summaryrefslogtreecommitdiffstats
path: root/testsuite/dwz.tests/pointer-size.c
blob: 320633df8ebb14dcd5ea2ca8e038851f88ee7782 (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

int
main (void)
{
  printf ("%llu\n", (unsigned long long)sizeof (void *));
  return 0;
}