mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 10:10:08 -06:00
14 lines
99 B
C
14 lines
99 B
C
#include "foo.h"
|
|
|
|
#include "foo2.h"
|
|
|
|
int foo(void)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
int foo2(void)
|
|
{
|
|
return 0;
|
|
}
|