blob: fd3dcbf3efb7e99ae58bd6a149d12cc6aa1c61d4 [file] [log] [blame]
/* A module which requires symbols from two other sources */
extern int exported1, exported2, exported3;
static void foo(void)
{
exported1 = exported2 = exported3;
}