C++程序  |  7行  |  62 B

#include "bar.h"

int something(void)
{
    return bar(42);
}