mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-22 20:34:08 +08:00
6 lines
59 B
C
6 lines
59 B
C
extern int bar1(void);
|
|
int main(void)
|
|
{
|
|
return bar1();
|
|
}
|