22348da57d
Unchanged yet, failing on Fedora Rawhide. I'll fix it in the upcoming commit.
8 lines
142 B
C
8 lines
142 B
C
#include <stdio.h>
|
|
int
|
|
main (int argc, char *argv[] __attribute__((unused)))
|
|
{
|
|
printf ("%p\n", main);
|
|
return __builtin_popcount (argc);
|
|
}
|