mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
6 lines
63 B
C
6 lines
63 B
C
extern int pass2b(void);
|
|
int main(void)
|
|
{
|
|
return pass2b();
|
|
}
|