__attribute__((noreturn)) void end(void);
__attribute__((format(printf, 1, 2))) void pr(const char *, ...);
char *__attribute__((aligned(8))) *f;
void f() __attribute__ ((weak, alias ("pr")));
struct str {
	int a;
	int b;
} __attribute__ ((aligned(8)));
