#include "nolinkage1.h" typedef struct { double d; } *BP; void f(BP) { } A b; static void g() { struct B { }; A a; } int dummy() { g(); f(0); }