https://github.com/Kitware/CMake
Raw File
Tip revision: efaa9efece0786a80243d005e35e68f18999eb0e authored by Brad King on 03 June 2024, 18:28:41 UTC
CMake 3.29.4
Tip revision: efaa9ef
main.c
extern int bar1(void);
int main(void)
{
  return bar1();
}
back to top