C++程序  |  6行  |  59 B

#ifndef BAR_H
#define BAR_H

extern int bar(int x);

#endif