#include "b.h"
int main(int argc, const char *argv[])
{
    foo();
    return 0;
}