#include "decls.h" void struct1::f() { } int main() { struct1::f(); struct2::f(); return 0; }