blob: 72e4b9beedd7266935e245f5507da4da2f99a696 [file] [log] [blame]
#include "inline-crossmodule-1.h"
int
main()
{
struct a a;
struct b b;
return a.key () + a.ret1 () + b.ret2() - 3;
}